From: Theodore Ts'o Date: Sun, 22 Nov 2009 12:44:56 +0000 (-0500) Subject: ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() X-Git-Tag: v2.6.33-rc1~330^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4433871130f36585fde38e7dd817433296648945;p=pandora-kernel.git 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" --- Reading git-diff-tree failed