From: Jan Kara Date: Mon, 28 Jan 2013 14:30:52 +0000 (-0500) Subject: ext4: Always use ext4_bio_write_page() for writeout X-Git-Tag: v3.9-rc1~64^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ade451a5d736e61ac8302b64aacc5acb5e440f;p=pandora-kernel.git ext4: Always use ext4_bio_write_page() for writeout Currently we sometimes used block_write_full_page() and sometimes ext4_bio_write_page() for writeback (depending on mount options and call path). Let's always use ext4_bio_write_page() to simplify things a bit. Reviewed-by: Zheng Liu Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed