diff options
Diffstat (limited to 'fs/ext3/balloc.c')
-rw-r--r-- | fs/ext3/balloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c index 7c6a31d44daf..7320a66e958f 100644 --- a/fs/ext3/balloc.c +++ b/fs/ext3/balloc.c | |||
@@ -1813,7 +1813,7 @@ ext3_fsblk_t ext3_count_free_blocks(struct super_block *sb) | |||
1813 | brelse(bitmap_bh); | 1813 | brelse(bitmap_bh); |
1814 | printk("ext3_count_free_blocks: stored = "E3FSBLK | 1814 | printk("ext3_count_free_blocks: stored = "E3FSBLK |
1815 | ", computed = "E3FSBLK", "E3FSBLK"\n", | 1815 | ", computed = "E3FSBLK", "E3FSBLK"\n", |
1816 | le32_to_cpu(es->s_free_blocks_count), | 1816 | (ext3_fsblk_t)le32_to_cpu(es->s_free_blocks_count), |
1817 | desc_count, bitmap_count); | 1817 | desc_count, bitmap_count); |
1818 | return bitmap_count; | 1818 | return bitmap_count; |
1819 | #else | 1819 | #else |