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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c
index 6aeed5bada52..7e1c13bfb99f 100644
--- a/fs/f2fs/checkpoint.c
+++ b/fs/f2fs/checkpoint.c
@@ -758,7 +758,7 @@ retry_flush_dents:
758 } 758 }
759 759
760 /* 760 /*
761 * POR: we should ensure that there is no dirty node pages 761 * POR: we should ensure that there are no dirty node pages
762 * until finishing nat/sit flush. 762 * until finishing nat/sit flush.
763 */ 763 */
764retry_flush_nodes: 764retry_flush_nodes:
@@ -942,7 +942,7 @@ static void do_checkpoint(struct f2fs_sb_info *sbi, bool is_umount)
942} 942}
943 943
944/* 944/*
945 * We guarantee that this checkpoint procedure should not fail. 945 * We guarantee that this checkpoint procedure will not fail.
946 */ 946 */
947void write_checkpoint(struct f2fs_sb_info *sbi, bool is_umount) 947void write_checkpoint(struct f2fs_sb_info *sbi, bool is_umount)
948{ 948{