]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: fix to add gc count stat in f2fs_gc_range
authorZhiguo Niu <zhiguo.niu@unisoc.com>
Fri, 26 Dec 2025 02:56:04 +0000 (10:56 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 1 Jan 2026 03:27:26 +0000 (03:27 +0000)
commit761dac9073cd67d4705a94cd1af674945a117f4c
treebd424ce94fdd8c3de292570f257c9c1f7a0e8075
parent3cb396a2c7905c3daed0b6b2c5806a95386f4581
f2fs: fix to add gc count stat in f2fs_gc_range

It missed the stat count in f2fs_gc_range.

Cc: stable@kernel.org
Fixes: 9bf1dcbdfdc8 ("f2fs: fix to account gc stats correctly")
Signed-off-by: Zhiguo Niu <zhiguo.niu@unisoc.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/gc.c