]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
f2fs: change the unlock parameter of f2fs_put_page to bool
authorYongpeng Yang <yangyongpeng@xiaomi.com>
Mon, 27 Oct 2025 12:55:43 +0000 (20:55 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Dec 2025 02:00:02 +0000 (02:00 +0000)
commit89c16629e3136f0972dfa270d9318f07fa1c4053
tree9b0b3e1e613546ad99234c3a2fe3fee9799d6a88
parentd33f89b34aa313f50f9a512d58dd288999f246b0
f2fs: change the unlock parameter of f2fs_put_page to bool

Change the type of the unlock parameter of f2fs_put_page to bool.
All callers should consistently pass true or false. No logical change.

Signed-off-by: Yongpeng Yang <yangyongpeng@xiaomi.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/compress.c
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/inline.c
fs/f2fs/namei.c