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)
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>

No differences found