ext4: add missing space to ext4_msg output in ext4_fill_super()
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
60e07cf515
commit
5635a62b83
1 changed files with 1 additions and 1 deletions
|
@ -3508,7 +3508,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
|
||||||
* of the filesystem.
|
* of the filesystem.
|
||||||
*/
|
*/
|
||||||
if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) {
|
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)",
|
"block %u is beyond end of filesystem (%llu)",
|
||||||
le32_to_cpu(es->s_first_data_block),
|
le32_to_cpu(es->s_first_data_block),
|
||||||
ext4_blocks_count(es));
|
ext4_blocks_count(es));
|
||||||
|
|
Loading…
Reference in a new issue