ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 24 Jan 2024 17:52:56 +0000 (17:52 +0000)
committerRichard Weinberger <richard@nod.at>
Sun, 25 Feb 2024 20:08:02 +0000 (21:08 +0100)
commit7f348f8ce51c963d99a66d00ab73717f35dd27e1
treeed2b6ac5498117c48fb7a362fb310f10b22b7419
parent45d76698d119fffcd4d39d1cfcbfe30a87a7df77
ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()

This saves a single call to compound_head().

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