]> www.infradead.org Git - users/dwmw2/linux.git/commit
ufs: Convert ufs_check_page() to ufs_check_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 8 Jul 2024 15:42:51 +0000 (11:42 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:51 +0000 (11:31 +0200)
commita60b0e8f150ff5e9fefaf9166b75381f162da45d
treeab11183f254aabe698f06dbb913b697342f98cf6
parent5fe08b1d7e315cb4238ae1afa4a3ec951ae4908e
ufs: Convert ufs_check_page() to ufs_check_folio()

Includes large folio support in case we decide to support block size >
PAGE_SIZE (as with ext2, this support will be limited to machines
without HIGHMEM).

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ufs/dir.c