From: Theodore Ts'o Date: Sat, 26 Feb 2011 19:08:01 +0000 (-0500) Subject: ext4: clear the dirty bit for a page in writeback at the last minute X-Git-Tag: v2.6.39-rc1~73^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9749895644a817cfd28a535bc3ae60e4267bdc50;p=pandora-kernel.git ext4: clear the dirty bit for a page in writeback at the last minute Move when we call clear_page_dirty_for_io() to just before we actually write the page. This simplifies the code somewhat, and avoids marking pages as clean and then needing to remark them as dirty later. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed