]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8641ef45801a7392d51e92285c1139288114674a
tree512da0144f6a9f86b5817569d0521b60cddee4c9
parentc744b3b69ece7029fd65e50f419d5ee3250c7ea4
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