diff options
Diffstat (limited to 'fs/ext4/resize.c')
-rw-r--r-- | fs/ext4/resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index 4c041e37f61f..5f0aefdc8599 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c | |||
@@ -986,7 +986,7 @@ int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, | |||
986 | o_blocks_count = ext4_blocks_count(es); | 986 | o_blocks_count = ext4_blocks_count(es); |
987 | 987 | ||
988 | if (test_opt(sb, DEBUG)) | 988 | if (test_opt(sb, DEBUG)) |
989 | printk(KERN_DEBUG "EXT4-fs: extending last group from %llu uto %llu blocks\n", | 989 | printk(KERN_DEBUG "EXT4-fs: extending last group from %llu to %llu blocks\n", |
990 | o_blocks_count, n_blocks_count); | 990 | o_blocks_count, n_blocks_count); |
991 | 991 | ||
992 | if (n_blocks_count == 0 || n_blocks_count == o_blocks_count) | 992 | if (n_blocks_count == 0 || n_blocks_count == o_blocks_count) |