projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef1c49
)
[PATCH] ext2: remove duplicate newlines in ext2_fill_super
author
Johann Lombardi
<
[email protected]
>
Mon, 14 Nov 2005 00:07:36 +0000
(16:07 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 14 Nov 2005 02:14:17 +0000
(18:14 -0800)
ext2_warning() already adds a newline.
Signed-off-by: Johann Lombardi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/ext2/super.c
patch
|
blob
|
history
diff --git
a/fs/ext2/super.c
b/fs/ext2/super.c
index e4ed4b31a4333d47472936bfcc7b061e298e8496..522fa70dd8ea140cca303ea7724d32461a0a5dad 100644
(file)
--- a/
fs/ext2/super.c
+++ b/
fs/ext2/super.c
@@
-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));