ext4: convert number of blocks to clusters properly
authorLukas Czerner <lczerner@redhat.com>
Sat, 2 Mar 2013 22:18:58 +0000 (17:18 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 2 Mar 2013 22:18:58 +0000 (17:18 -0500)
We're using macro EXT4_B2C() to convert number of blocks to number of
clusters for bigalloc file systems.  However, we should be using
EXT4_NUM_B2C().

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org

No differences found