ext4: remove ext4_new_meta_block()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 7 Dec 2008 19:10:54 +0000 (14:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 7 Dec 2008 19:10:54 +0000 (14:10 -0500)
commitcfe82c856747b7841a3a00d591ce9ed46f579d27
treeb5a306bdb06ead17bf19adc671df149aa9f0895e
parent815a1130687ffac2c3e91513ce64aab629d6a54d
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" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/xattr.c