ufs: Convert ufs_get_page() to ufs_get_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 8 Jul 2024 18:46:26 +0000 (14:46 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:51 +0000 (11:31 +0200)
commit5fe08b1d7e315cb4238ae1afa4a3ec951ae4908e
tree9a112685d9965e9deecfc6612b4f450f16c03ac8
parentbf9883d5779117776c2e25d29d4dfed31d390fb2
ufs: Convert ufs_get_page() to ufs_get_folio()

Use the same calling convention as ext2 (see commit 46022375abe8)
so that we can transition to kmap_local in a future patch.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ufs/dir.c