projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60e07cf
)
ext4: add missing space to ext4_msg output in ext4_fill_super()
author
Zheng Liu
<gnehzuil.liu@gmail.com>
Sun, 18 Dec 2011 21:13:58 +0000
(16:13 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 18 Dec 2011 21:13:58 +0000
(16:13 -0500)
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/super.c
b/fs/ext4/super.c
index 3e1329e2f826132d8aec264116deb2c572be9ef7..35377d57ec4cfbd891782f9285feaf68d8c92bd7 100644
(file)
--- a/
fs/ext4/super.c
+++ b/
fs/ext4/super.c
@@
-3508,7
+3508,7
@@
static int ext4_fill_super(struct super_block *sb, void *data, int silent)
* of the filesystem.
*/
if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) {
-
ext4_msg(sb, KERN_WARNING, "bad geometry: first data
"
+
ext4_msg(sb, KERN_WARNING, "bad geometry: first data
"
"block %u is beyond end of filesystem (%llu)",
le32_to_cpu(es->s_first_data_block),
ext4_blocks_count(es));