]> git.itanic.dy.fi Git - linux-stable/commit
f2fs: allocate the extent_cache by default
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 2 Dec 2022 21:51:09 +0000 (13:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:53:52 +0000 (11:53 +0200)
commit4377b1d3b19e1369d094a94596211a9815ddbb04
treea2cd69940bea7c35fa60d3894af124b8c98820bb
parent33112a0a17ef87bdb3d38d4267cd287a6eeb1061
f2fs: allocate the extent_cache by default

[ Upstream commit 72840cccc0a1a0a0dc1bb27b669a9111be6d0f6a ]

Let's allocate it to remove the runtime complexity.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: 043d2d00b443 ("f2fs: factor out victim_entry usage from general rb_tree use")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/extent_cache.c
fs/f2fs/f2fs.h
fs/f2fs/inode.c
fs/f2fs/namei.c