diff options
Diffstat (limited to 'fs/ext4/super.c')
-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 3e1329e2f82..35377d57ec4 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) | |||
3508 | * of the filesystem. | 3508 | * of the filesystem. |
3509 | */ | 3509 | */ |
3510 | if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { | 3510 | if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { |
3511 | ext4_msg(sb, KERN_WARNING, "bad geometry: first data" | 3511 | ext4_msg(sb, KERN_WARNING, "bad geometry: first data " |
3512 | "block %u is beyond end of filesystem (%llu)", | 3512 | "block %u is beyond end of filesystem (%llu)", |
3513 | le32_to_cpu(es->s_first_data_block), | 3513 | le32_to_cpu(es->s_first_data_block), |
3514 | ext4_blocks_count(es)); | 3514 | ext4_blocks_count(es)); |