diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-01-09 23:13:03 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-02-23 03:48:51 +0100 |
commit | b01a92019cac30398ef75b560d2668b399f4e393 (patch) | |
tree | c66498fc920984e36ce650f4892455a63c54614b /fs/f2fs/debug.c | |
parent | f2fs: check in-memory sit version bitmap (diff) | |
download | linux-b01a92019cac30398ef75b560d2668b399f4e393.tar.xz linux-b01a92019cac30398ef75b560d2668b399f4e393.zip |
f2fs: clean up flush/discard command namings
This patch simply cleans up the names for flush/discard commands.
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/debug.c')
-rw-r--r-- | fs/f2fs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index 29cdf0c1da1d..883f1ea9e0b6 100644 --- a/fs/f2fs/debug.c +++ b/fs/f2fs/debug.c @@ -194,7 +194,7 @@ get_cache: si->cache_mem += sizeof(struct f2fs_gc_kthread); /* build merge flush thread */ - if (SM_I(sbi)->cmd_control_info) + if (SM_I(sbi)->fcc_info) si->cache_mem += sizeof(struct flush_cmd_control); /* free nids */ |