• Theodore Ts'o's avatar
    ext4: remove ext4_new_meta_block() · cfe82c85
    Theodore Ts'o authored
    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: default avatar"Theodore Ts'o" <tytso@mit.edu>
    cfe82c85
ext4.h 44.3 KB