diff options
-rw-r--r-- | fs/ext4/balloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index a2cff2b9d5b5..4bbd07a6fa18 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c | |||
@@ -407,7 +407,7 @@ int ext4_wait_block_bitmap(struct super_block *sb, ext4_group_t block_group, | |||
407 | if (!buffer_uptodate(bh)) { | 407 | if (!buffer_uptodate(bh)) { |
408 | ext4_error(sb, "Cannot read block bitmap - " | 408 | ext4_error(sb, "Cannot read block bitmap - " |
409 | "block_group = %u, block_bitmap = %llu", | 409 | "block_group = %u, block_bitmap = %llu", |
410 | block_group, bh->b_blocknr); | 410 | block_group, (unsigned long long) bh->b_blocknr); |
411 | return 1; | 411 | return 1; |
412 | } | 412 | } |
413 | clear_buffer_new(bh); | 413 | clear_buffer_new(bh); |