]> Pileus Git - ~andy/linux/blobdiff - fs/ext4/balloc.c
cpufreq: OMAP: instantiate omap-cpufreq as a platform_driver
[~andy/linux] / fs / ext4 / balloc.c
index 2f2e0da1a6b7774d45e1886c4d22d5a48cc00032..92e68b33fffde26bd98c899010589ffaea70f699 100644 (file)
@@ -635,7 +635,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(EXT4_SB(sb), ext4_free_blocks_count(es)),
+              EXT4_NUM_B2C(EXT4_SB(sb), ext4_free_blocks_count(es)),
               desc_count, bitmap_count);
        return bitmap_count;
 #else