]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
authorChao Yu <chao@kernel.org>
Sun, 10 Dec 2023 09:20:39 +0000 (17:20 +0800)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:20:03 +0000 (18:20 -0400)
commitcfd217f6464dad7308e34b319d20dbbe37151f3f
tree8cbb5b49170b750b5bcea994eff45163e97f71b0
parentf0bf89e84c3afb79d7a3a9e4bc853ad6a3245c0a
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup

[ Upstream commit 4e4f1eb9949b10cb7d76370fd27d41f20ef2b32b ]

Just cleanup, no logic changes.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: 9f0c4a46be1f ("f2fs: fix to truncate meta inode pages forcely")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/segment.c