From 557da6bb7fdb88037e4ef478b7a0db0895d513d4 Mon Sep 17 00:00:00 2001 From: Yongqiang Yang Date: Mon, 21 Nov 2011 12:09:19 -0500 Subject: [PATCH] --- yaml --- r: 275760 b: refs/heads/master c: 6e58ad69efe9f4c91eb15f6bc365293414c397ce h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/balloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0af50ed48ff0..34ce7e3495d5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3c1fcb2c24519febd7ca9cf292fa5bdf513b601f +refs/heads/master: 6e58ad69efe9f4c91eb15f6bc365293414c397ce diff --git a/trunk/fs/ext4/balloc.c b/trunk/fs/ext4/balloc.c index f6dba4505f1c..12ccacda44e0 100644 --- a/trunk/fs/ext4/balloc.c +++ b/trunk/fs/ext4/balloc.c @@ -565,7 +565,7 @@ ext4_fsblk_t ext4_count_free_clusters(struct super_block *sb) brelse(bitmap_bh); printk(KERN_DEBUG "ext4_count_free_clusters: stored = %llu" ", computed = %llu, %llu\n", - EXT4_B2C(sbi, ext4_free_blocks_count(es)), + EXT4_B2C(EXT4_SB(sb), ext4_free_blocks_count(es)), desc_count, bitmap_count); return bitmap_count; #else