diff options
author | arter97 <qkrwngud825@gmail.com> | 2014-08-06 23:22:50 +0900 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-08-19 10:01:33 -0700 |
commit | e1c42045203071c4634b89e696037357810d3083 (patch) | |
tree | a843d6df7c8c9c7bf35959dfe257cddd8dee9556 /fs/f2fs/gc.h | |
parent | 63d871cb0b9e4207044ced0322aa34d859fa463d (diff) | |
download | op-kernel-dev-e1c42045203071c4634b89e696037357810d3083.zip op-kernel-dev-e1c42045203071c4634b89e696037357810d3083.tar.gz |
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/gc.h')
-rw-r--r-- | fs/f2fs/gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/gc.h b/fs/f2fs/gc.h index 5d5eb60..16f0b2b 100644 --- a/fs/f2fs/gc.h +++ b/fs/f2fs/gc.h @@ -91,7 +91,7 @@ static inline bool has_enough_invalid_blocks(struct f2fs_sb_info *sbi) block_t invalid_user_blocks = sbi->user_block_count - written_block_count(sbi); /* - * Background GC is triggered with the following condition. + * Background GC is triggered with the following conditions. * 1. There are a number of invalid blocks. * 2. There is not enough free space. */ |