From: alex Date: Mon, 27 Jun 2005 15:45:59 +0000 (+0000) Subject: b=6885 X-Git-Tag: v1_7_100~1152 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=865d3a3fc4bc5328e47464a5205e21d3f961a8a2 b=6885 - reservation feature in ext3 hurts test #3: disable it --- diff --git a/ldiskfs/kernel_patches/series/ldiskfs-2.6-fc3.series b/ldiskfs/kernel_patches/series/ldiskfs-2.6-fc3.series index cf724c8..9476f8a 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-2.6-fc3.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-2.6-fc3.series @@ -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-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 index 0000000..11a665a --- /dev/null +++ b/lustre/kernel_patches/patches/ext3-disable-reservation-2.6.10-fc3.patch @@ -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; diff --git a/lustre/kernel_patches/series/ldiskfs-2.6-fc3.series b/lustre/kernel_patches/series/ldiskfs-2.6-fc3.series index cf724c8..9476f8a 100644 --- a/lustre/kernel_patches/series/ldiskfs-2.6-fc3.series +++ b/lustre/kernel_patches/series/ldiskfs-2.6-fc3.series @@ -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-disable-reservation-2.6.10-fc3.patch