[PATCH] ext2: remove duplicate newlines in ext2_fill_super
ext2_warning() already adds a newline. Signed-off-by: Johann Lombardi <johann.lombardi@bull.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5ef1c49f8f
commit
ec63f22dc3
|
@ -881,7 +881,7 @@ static int ext2_fill_super(struct super_block *sb, void *data, int silent)
|
|||
}
|
||||
if (EXT2_HAS_COMPAT_FEATURE(sb, EXT3_FEATURE_COMPAT_HAS_JOURNAL))
|
||||
ext2_warning(sb, __FUNCTION__,
|
||||
"mounting ext3 filesystem as ext2\n");
|
||||
"mounting ext3 filesystem as ext2");
|
||||
ext2_setup_super (sb, es, sb->s_flags & MS_RDONLY);
|
||||
percpu_counter_mod(&sbi->s_freeblocks_counter,
|
||||
ext2_count_free_blocks(sb));
|
||||
|
|
Loading…
Reference in New Issue