aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/debug.c
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2017-01-09 14:13:03 -0800
committerJaegeuk Kim <jaegeuk@kernel.org>2017-02-22 18:48:51 -0800
commitb01a92019cac30398ef75b560d2668b399f4e393 (patch)
treec66498fc920984e36ce650f4892455a63c54614b /fs/f2fs/debug.c
parentf2fs: check in-memory sit version bitmap (diff)
downloadlinux-dev-b01a92019cac30398ef75b560d2668b399f4e393.tar.xz
linux-dev-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.c2
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 */