diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-01-09 14:13:03 -0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-02-22 18:48:51 -0800 |
commit | b01a92019cac30398ef75b560d2668b399f4e393 (patch) | |
tree | c66498fc920984e36ce650f4892455a63c54614b /fs/f2fs/debug.c | |
parent | ae27d62e6befd3cac4ffa702e644cc52019642e8 (diff) | |
download | linux-b01a92019cac30398ef75b560d2668b399f4e393.tar.bz2 |
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 */ |