Skip to content
Snippets Groups Projects
Commit 865d3a3f authored by alex's avatar alex
Browse files

b=6885

 - reservation feature in ext3 hurts test #3: disable it
parent 204cd076
No related branches found
No related tags found
No related merge requests found
......@@ -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
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;
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment