ubifs: Convert from writepage to writepages
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 24 Jan 2024 17:52:45 +0000 (17:52 +0000)
committerRichard Weinberger <richard@nod.at>
Sun, 25 Feb 2024 20:07:59 +0000 (21:07 +0100)
commit0df030d082d5b226984733b2e7386fa9760a7ca1
tree54b6e44ff1f6c96e1742397d7a0cc3acc52bd02e
parent723012cab779eee8228376754e22c6594229bf8f
ubifs: Convert from writepage to writepages

This is a simplistic conversion to separate out any effects of
no longer having a writepage method.

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