ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 23:10:51 +0000 (19:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 23:10:51 +0000 (19:10 -0400)
commit5dee54372c1ea15ab482b959634cda8c01b042bd
tree512da0144f6a9f86b5817569d0521b60cddee4c9
parent021b65bb1e4e4b625c80bbb82651e5e155721ef3
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()

This function really counts the free clusters reported in the block
group descriptors, so rename it to reduce confusion.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ext4.h
fs/ext4/inode.c
fs/ext4/super.c