Whamcloud - gitweb
b=23368 MMP: Watchdog detected LOCKUP on CPU 1 RIP: __list_add+0x6/0x68
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext4-remove-extents-warning-rhel5.patch
1 Index: linux-stage/fs/ext4/super.c
2 ===================================================================
3 --- linux-stage.orig/fs/ext4/super.c
4 +++ linux-stage/fs/ext4/super.c
5 @@ -2564,10 +2564,6 @@ static int ext4_fill_super(struct super_
6         */
7         if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_EXTENTS))
8                 set_opt(sbi->s_mount_opt, EXTENTS);
9 -       else
10 -               ext4_warning(sb, __func__,
11 -                       "extents feature not enabled on this filesystem, "
12 -                       "use tune2fs.");
13  
14         /*
15          * enable delayed allocation by default