ubifs: Convert ubifs_vm_page_mkwrite() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 24 Jan 2024 17:52:49 +0000 (17:52 +0000)
committerRichard Weinberger <richard@nod.at>
Sun, 25 Feb 2024 20:08:00 +0000 (21:08 +0100)
commit85ffbf555794c2484b9ab440d3bc23638a0cb315
tree8f72c023d8dd7e0aeb8e477566be7f4efd2aa4d2
parent0c2d140c1f73f610c7e3f71888e1a50d770117e0
ubifs: Convert ubifs_vm_page_mkwrite() to use a folio

Replace six implicit calls to compound_head() with one.

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