diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ext4/super.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 3e1329e2f826..35377d57ec4c 100644 --- 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)); | 
