commit | 5dee54372c1ea15ab482b959634cda8c01b042bd | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 19:10:51 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 19:10:51 2011 -0400 |
tree | 512da0144f6a9f86b5817569d0521b60cddee4c9 | |
parent | 021b65bb1e4e4b625c80bbb82651e5e155721ef3 [diff] |
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>