If a page is set to be written to the disk, we can make clean the page. Signed-off-by: Jaegeuk Kim <jaeg...@kernel.org> --- 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 ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel