nilfs2: convert nilfs_btnode_prepare_change_key to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 14 Nov 2023 08:44:34 +0000 (17:44 +0900)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 11 Dec 2023 01:21:30 +0000 (17:21 -0800)
commit7c5c654c09c3d08ed04fb19ff0798784027eb33a
treecf564d4c45a655994d09491cb341da8421ac3b6d
parentcf62eb2c7a74aae8ef5bee000cf4ac1f77af6fad
nilfs2: convert nilfs_btnode_prepare_change_key to use a folio

Saves three calls to compound_head().

Link: https://lkml.kernel.org/r/20231114084436.2755-19-konishi.ryusuke@gmail.com
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/nilfs2/btnode.c