From: Theodore Ts'o Date: Thu, 28 Oct 2010 01:30:09 +0000 (-0400) Subject: ext4: call mpage_da_submit_io() from mpage_da_map_blocks() X-Git-Tag: v2.6.37-rc1~76^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a87b7a5da250c9be6d757758425dfeaf8ed3179;p=pandora-kernel.git ext4: call mpage_da_submit_io() from mpage_da_map_blocks() Eventually we need to completely reorganize the ext4 writepage callpath, but for now, we simplify things a little by calling mpage_da_submit_io() from mpage_da_map_blocks(), since all of the places where we call mpage_da_map_blocks() it is followed up by a call to mpage_da_submit_io(). We're also a wee bit better with respect to error handling, but there are still a number of issues where it's not clear what the right thing is to do with ext4 functions deep in the writeback codepath fails. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed