]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
f2fs: avoid unnecessary folio_clear_uptodate() for cleanup
authorChao Yu <chao@kernel.org>
Tue, 2 Sep 2025 12:27:19 +0000 (20:27 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 9 Sep 2025 03:26:41 +0000 (03:26 +0000)
commit2f84e99d61946eb2d17bf97c41362ac9a7473008
tree5da35eb161f2734c9aee2594d8dd062a5ca5d186
parent44749759d5e61479f747f2f5471b161861172aaf
f2fs: avoid unnecessary folio_clear_uptodate() for cleanup

In error path of __get_node_folio(), if the folio is not uptodate, let's
avoid unnecessary folio_clear_uptodate() for cleanup.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c