Home
last modified time | relevance | path

Searched hist:"9749895644 a817cfd28a535bc3ae60e4267bdc50" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dinode.cdiff 9749895644a817cfd28a535bc3ae60e4267bdc50 Sat Feb 26 13:08:01 CST 2011 Theodore Ts'o <tytso@mit.edu> 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>