commit | 9749895644a817cfd28a535bc3ae60e4267bdc50 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Feb 26 14:08:01 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Feb 26 14:08:01 2011 -0500 |
tree | a0958777287906320aba461690125d8786ceb565 | |
parent | 4f01b02c8c4e4111bd1adbcafb5741e8e991f5fd [diff] |
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" <tytso@mit.edu>