Whamcloud - gitweb
b=6885
authoralex <alex>
Mon, 27 Jun 2005 15:45:59 +0000 (15:45 +0000)
committeralex <alex>
Mon, 27 Jun 2005 15:45:59 +0000 (15:45 +0000)
 - reservation feature in ext3 hurts test #3: disable it

ldiskfs/kernel_patches/series/ldiskfs-2.6-fc3.series
lustre/kernel_patches/patches/ext3-disable-reservation-2.6.10-fc3.patch [new file with mode: 0644]
lustre/kernel_patches/series/ldiskfs-2.6-fc3.series

index cf724c8..9476f8a 100644 (file)
@@ -15,3 +15,4 @@ ext3-extents-in-ea-exports-symbol-2.6.7.patch
 ext3-mds-num-2.6.10-fc3.patch
 ext3-fid-2.6.7.patch
 ext3-raw-lookup-2.6.10.patch
 ext3-mds-num-2.6.10-fc3.patch
 ext3-fid-2.6.7.patch
 ext3-raw-lookup-2.6.10.patch
+ext3-disable-reservation-2.6.10-fc3.patch
diff --git a/lustre/kernel_patches/patches/ext3-disable-reservation-2.6.10-fc3.patch b/lustre/kernel_patches/patches/ext3-disable-reservation-2.6.10-fc3.patch
new file mode 100644 (file)
index 0000000..11a665a
--- /dev/null
@@ -0,0 +1,14 @@
+Index: linux-2.6.10/fs/ext3/super.c
+===================================================================
+--- linux-2.6.10.orig/fs/ext3/super.c  2005-04-06 19:38:35.000000000 +0400
++++ linux-2.6.10/fs/ext3/super.c       2005-06-23 21:25:44.000000000 +0400
+@@ -1313,7 +1313,9 @@
+       sbi->s_resuid = le16_to_cpu(es->s_def_resuid);
+       sbi->s_resgid = le16_to_cpu(es->s_def_resgid);
++#if 0
+       set_opt(sbi->s_mount_opt, RESERVATION);
++#endif
+       if (!parse_options ((char *) data, sb, &journal_inum, NULL, 0))
+               goto failed_mount;
index cf724c8..9476f8a 100644 (file)
@@ -15,3 +15,4 @@ ext3-extents-in-ea-exports-symbol-2.6.7.patch
 ext3-mds-num-2.6.10-fc3.patch
 ext3-fid-2.6.7.patch
 ext3-raw-lookup-2.6.10.patch
 ext3-mds-num-2.6.10-fc3.patch
 ext3-fid-2.6.7.patch
 ext3-raw-lookup-2.6.10.patch
+ext3-disable-reservation-2.6.10-fc3.patch