Whamcloud - gitweb
b=21581 too long file / path names for old tar
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext4-remove-extents-warning-sles11.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 @@ -2485,10 +2485,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.\n");
13  
14         if (!parse_options((char *) data, sb, &journal_inum, &journal_devnum,
15                            NULL, 0))