ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 23:14:51 +0000 (19:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 23:14:51 +0000 (19:14 -0400)
This function really claims a number of free clusters, not blocks, so
rename it so it's clearer what's going on.

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

Simple merge
diff --cc fs/ext4/ext4.h
Simple merge
diff --cc fs/ext4/inode.c
Simple merge
Simple merge