aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/debug.c
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2017-01-09 14:13:03 -0800
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:34:45 +0200
commitee7438c482bcf8cae6dbdeb02e869d5687cb7bf9 (patch)
treef5e9b85032321dbc6ba103380c4b111ae0bfe6b3 /fs/f2fs/debug.c
parentaf31057b00b02be56b6eb55cae420f891bd39eca (diff)
f2fs: clean up flush/discard command namings
This patch simply cleans up the names for flush/discard commands. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Conflicts: fs/f2fs/segment.c
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 e4de9755e..0a8daa40f 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 */