From: Theodore Ts'o Date: Thu, 14 May 2009 13:29:45 +0000 (-0400) Subject: ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks() X-Git-Tag: v2.6.31-rc1~396^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa3cdfb319055fd8b25abdafa413e16f00ad493;p=pandora-kernel.git 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" --- Reading git-diff-tree failed