Skip to content

Commit

Permalink
ext4: remove spurious KERN_INFO from ext4_warning call
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
Jakub Wilk authored and Theodore Ts'o committed Jan 2, 2015
1 parent ad7fefb commit 363307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -3475,7 +3475,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
EXT4_FEATURE_RO_COMPAT_METADATA_CSUM) &&
EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_GDT_CSUM))
ext4_warning(sb, KERN_INFO "metadata_csum and uninit_bg are "
ext4_warning(sb, "metadata_csum and uninit_bg are "
"redundant flags; please run fsck.");

/* Check for a known checksum algorithm */
Expand Down

0 comments on commit 363307e

Please sign in to comment.