commit | 4433871130f36585fde38e7dd817433296648945 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Nov 22 07:44:56 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Nov 22 07:44:56 2009 -0500 |
tree | 5dd91fbb345f5a4240f4d2df271da49ca1a6037b | |
parent | b7e57e7c2a41826e51fe060fae5158bfc7a04e81 [diff] |
ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() 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>