If a page is set to be written to the disk, we can make clean the page. Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx> --- fs/f2fs/inline.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/f2fs/inline.c b/fs/f2fs/inline.c index 914b6d3..7c96c27 100644 --- a/fs/f2fs/inline.c +++ b/fs/f2fs/inline.c @@ -110,6 +110,9 @@ int f2fs_convert_inline_page(struct dnode_of_data *dn, struct page *page) kunmap_atomic(dst_addr); SetPageUptodate(page); no_update: + /* clear dirty state */ + clear_page_dirty_for_io(page); + /* write data page to try to make data consistent */ set_page_writeback(page); -- 2.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html