summaryrefslogtreecommitdiff
path: root/fs/f2fs/debug.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-27 12:43:22 +0100
committerMark Brown <broonie@kernel.org>2026-07-27 12:43:22 +0100
commitad9dea0f2f4a98c2025710b05f3c60eb571fc7c2 (patch)
tree187d0f7e9747560e7a6533deb1331eadca52715c /fs/f2fs/debug.c
parent28ecf7d9c1968f815799c8262ad20a9348319e36 (diff)
parent6429f3bf6dc33cba42055260f905559c43976eeb (diff)
downloadlinux-next-ad9dea0f2f4a98c2025710b05f3c60eb571fc7c2.tar.gz
linux-next-ad9dea0f2f4a98c2025710b05f3c60eb571fc7c2.zip
Merge branch 'dev' of https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
Diffstat (limited to 'fs/f2fs/debug.c')
-rw-r--r--fs/f2fs/debug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c
index af88db8fdb71..ff379aff4472 100644
--- a/fs/f2fs/debug.c
+++ b/fs/f2fs/debug.c
@@ -352,10 +352,6 @@ static void update_mem_info(struct f2fs_sb_info *sbi)
get_cache:
si->cache_mem = 0;
- /* build gc */
- if (sbi->gc_thread)
- si->cache_mem += sizeof(struct f2fs_gc_kthread);
-
/* build merge flush thread */
if (SM_I(sbi)->fcc_info)
si->cache_mem += sizeof(struct flush_cmd_control);