Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-disable-write-barrier-by-default-2.6-sles10.patch
1 ---
2  fs/ext3/super.c |    2 +-
3  1 file changed, 1 insertion(+), 1 deletion(-)
4
5 --- linux-2.6.16.21-0.8.orig/fs/ext3/super.c
6 +++ linux-2.6.16.21-0.8/fs/ext3/super.c
7 @@ -1425,7 +1425,7 @@ static int ext3_fill_super (struct super
8         sbi->s_resgid = le16_to_cpu(es->s_def_resgid);
9  
10         /* enable barriers by default */
11 -       set_opt(sbi->s_mount_opt, BARRIER);
12 +       /* set_opt(sbi->s_mount_opt, BARRIER); */
13         set_opt(sbi->s_mount_opt, RESERVATION);
14  
15         if (!parse_options ((char *) data, sb, &journal_inum, &journal_devnum,