ext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 22 Nov 2009 12:44:56 +0000 (07:44 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 22 Nov 2009 12:44:56 +0000 (07:44 -0500)
ext4_mb_free_blocks() is only called by ext4_free_blocks(), and the
latter function doesn't really do much.  So merge the two functions
together, such that ext4_free_blocks() is now found in
fs/ext4/mballoc.c.  This saves about 200 bytes of compiled text space.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found