From: Theodore Ts'o Date: Thu, 28 Oct 2010 01:30:10 +0000 (-0400) Subject: ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() X-Git-Tag: v2.6.37-rc1~76^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de3e3df917459422cb2aecac440febc8879d410;p=pandora-kernel.git ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() This massively simplifies the ext4_da_writepages() code path by completely removing mpage_put_bnr_bhs(), which is almost 100 lines of code iterating over a set of pages using pagevec_lookup(), and folds that functionality into mpage_da_submit_io()'s existing pagevec_lookup() loop. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed