aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/checkpoint.c')
-rw-r--r--fs/f2fs/checkpoint.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c
index 890e23d208a8..2902f7d50770 100644
--- a/fs/f2fs/checkpoint.c
+++ b/fs/f2fs/checkpoint.c
@@ -174,10 +174,7 @@ no_write:
174 return 0; 174 return 0;
175 175
176redirty_out: 176redirty_out:
177 dec_page_count(sbi, F2FS_DIRTY_META); 177 redirty_page_for_writepage(wbc, page);
178 wbc->pages_skipped++;
179 account_page_redirty(page);
180 set_page_dirty(page);
181 return AOP_WRITEPAGE_ACTIVATE; 178 return AOP_WRITEPAGE_ACTIVATE;
182} 179}
183 180