ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 May 2009 13:29:45 +0000 (09:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 May 2009 13:29:45 +0000 (09:29 -0400)
commit2fa3cdfb319055fd8b25abdafa413e16f00ad493
treec85e56fa92eecc163a85084d11aef356a686c9b9
parenta2dc52b5d1d8cc280b3e795abf1c80ac8c49f30c
ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks()

The static function ext4_da_get_block_write() was only used by
mpage_da_map_blocks().  So to simplify the code, merge that function
into mpage_da_map_blocks().

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c