aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
diff options
context:
space:
mode:
authorarter97 <qkrwngud825@gmail.com>2014-08-06 10:22:50 -0400
committerJaegeuk Kim <jaegeuk@kernel.org>2014-08-19 13:01:33 -0400
commite1c42045203071c4634b89e696037357810d3083 (patch)
treea843d6df7c8c9c7bf35959dfe257cddd8dee9556 /fs/f2fs/checkpoint.c
parent63d871cb0b9e4207044ced0322aa34d859fa463d (diff)
f2fs: fix typo
Fix typo and some grammatical errors. The words "filesystem" and "readahead" are being used without the space treewide. Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
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{