]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in truncate_node()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:35 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:36 +0000 (15:26 +0000)
commitdf410140062192001c323ce75aa64bc0f59af3b0
treeac7f5ea2f02fc557c09b32d8b96c0a20fc8336cd
parentfb733f987005aae431b58ce6eae7254808ff98b3
f2fs: Use a folio in truncate_node()

Remove two calls to compound_head()

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c