]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.22-gcc-ext3.patch
- obsolete
[packages/kernel.git] / linux-2.4.22-gcc-ext3.patch
1 --- linux-2.4.22/fs/ext3/super.c~       Mon Sep 22 20:30:44 2003
2 +++ linux-2.4.22/fs/ext3/super.c        Mon Sep 22 22:14:47 2003
3 @@ -1868,12 +1868,12 @@
4  
5  static int __init init_ext3_fs(void)
6  {
7 +       int error = init_ext3_xattr();
8  #ifdef CONFIG_QUOTA
9         init_dquot_operations(&ext3_qops);
10         old_sync_dquot = ext3_qops.sync_dquot;
11         ext3_qops.sync_dquot = ext3_sync_dquot;
12  #endif
13 -       int error = init_ext3_xattr();
14         if (error)
15                 return error;
16         error = init_ext3_xattr_user();
This page took 0.046361 seconds and 3 git commands to generate.