ubifs: Convert populate_page() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 24 Jan 2024 17:52:58 +0000 (17:52 +0000)
committerRichard Weinberger <richard@nod.at>
Sun, 25 Feb 2024 20:08:02 +0000 (21:08 +0100)
commita16bfab367c60f1a66be03676a374451dc022b37
treeabd7c11be86b9bbd719d4a7b917b117d681aaf24
parentd06192731c335cb7b62ad0dd211de26e03d56f3f
ubifs: Convert populate_page() to take a folio

Both callers now have a folio, so pass it in.  This function contains
several assumptions that folios are not large.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/file.c