X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fext4-disable-delalloc-rhel5.patch;h=912b52c5284d2b047021c8fcb97031e3dac3ecc5;hb=e9a8683eacd71a7f11f157b39c616e6f1169d685;hp=8bbb947ac2a1af9368bedf1004b6b2ea65720941;hpb=3dabe77a496d1c9b375264da220a90683b219daa;p=fs%2Flustre-release.git diff --git a/ldiskfs/kernel_patches/patches/ext4-disable-delalloc-rhel5.patch b/ldiskfs/kernel_patches/patches/ext4-disable-delalloc-rhel5.patch index 8bbb947..912b52c 100644 --- a/ldiskfs/kernel_patches/patches/ext4-disable-delalloc-rhel5.patch +++ b/ldiskfs/kernel_patches/patches/ext4-disable-delalloc-rhel5.patch @@ -4,7 +4,7 @@ Disable the DELALLOC feature because it is not robust in ext4 versions < 2.6.31. diff -rupN linux-2.6.18-164.6.1_1/fs/ext4/super.c linux-2.6.18-164.6.1_2/fs/ext4/super.c --- linux-2.6.18-164.6.1_1/fs/ext4/super.c 2010-08-05 13:44:07.000000000 +0530 +++ linux-2.6.18-164.6.1_2/fs/ext4/super.c 2010-08-05 13:46:29.000000000 +0530 -@@ -2091,13 +2091,6 @@ static int ext4_fill_super(struct super_ +@@ -2091,12 +2091,6 @@ static int ext4_fill_super(struct super_ set_opt(sbi->s_mount_opt, BARRIER); @@ -14,7 +14,6 @@ diff -rupN linux-2.6.18-164.6.1_1/fs/ext4/super.c linux-2.6.18-164.6.1_2/fs/ext4 - */ - set_opt(sbi->s_mount_opt, DELALLOC); - -- - if (!parse_options((char *) data, sb, &journal_devnum, + if (!parse_options((char *) data, sb, &journal_devnum, &journal_ioprio, NULL, 0)) goto failed_mount;