From: Theodore Ts'o Date: Sun, 7 Dec 2008 19:10:54 +0000 (-0500) Subject: ext4: remove ext4_new_meta_block() X-Git-Tag: v2.6.29-rc1~40^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe82c856747b7841a3a00d591ce9ed46f579d27;p=pandora-kernel.git ext4: remove ext4_new_meta_block() There were only two one callers of the function ext4_new_meta_block(), which just a very simpler wrapper function around ext4_new_meta_blocks(). Change those two functions to call ext4_new_meta_blocks() directly, to save code and stack space usage. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed