f2fs: Use folios in truncate_partial_nodes()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:37 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:37 +0000 (15:26 +0000)
commitd68833a0b74e46edc678340cdff5ad22782c6609
tree353a6e5b9696141b3eb308913c05f2ee78847710
parent878a05b09c0c578b679956431cd2be5cc3689403
f2fs: Use folios in truncate_partial_nodes()

Removes 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