f2fs: fix to tag gcing flag on page during file defragment
authorChao Yu <chao@kernel.org>
Fri, 27 May 2022 04:13:30 +0000 (12:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jun 2022 16:36:15 +0000 (18:36 +0200)
[ Upstream commit 2d1fe8a86bf5e0663866fd0da83c2af1e1b0e362 ]

In order to garantee migrated data be persisted during checkpoint,
otherwise out-of-order persistency between data and node may cause
data corruption after SPOR.

Signed-off-by: Chao Yu <chao.yu@oppo.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/file.c

index c67756a..bfcafc2 100644 (file)
@@ -2673,6 +2673,7 @@ do_map:
                        }
 
                        set_page_dirty(page);
+                       set_page_private_gcing(page);
                        f2fs_put_page(page, 1);
 
                        idx++;