]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- for gcc2
authorareq <areq@pld-linux.org>
Mon, 22 Sep 2003 22:47:09 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.22-gcc-ext3.patch -> 1.1

linux-2.4.22-gcc-ext3.patch [new file with mode: 0644]

diff --git a/linux-2.4.22-gcc-ext3.patch b/linux-2.4.22-gcc-ext3.patch
new file mode 100644 (file)
index 0000000..8160738
--- /dev/null
@@ -0,0 +1,16 @@
+--- linux-2.4.22/fs/ext3/super.c~      Mon Sep 22 20:30:44 2003
++++ linux-2.4.22/fs/ext3/super.c       Mon Sep 22 22:14:47 2003
+@@ -1868,12 +1868,12 @@
+ static int __init init_ext3_fs(void)
+ {
++      int error = init_ext3_xattr();
+ #ifdef CONFIG_QUOTA
+       init_dquot_operations(&ext3_qops);
+       old_sync_dquot = ext3_qops.sync_dquot;
+       ext3_qops.sync_dquot = ext3_sync_dquot;
+ #endif
+-      int error = init_ext3_xattr();
+       if (error)
+               return error;
+       error = init_ext3_xattr_user();
This page took 1.249617 seconds and 4 git commands to generate.