udf: Use a folio in udf_write_end()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 17 Apr 2024 15:04:13 +0000 (16:04 +0100)
committerJan Kara <jack@suse.cz>
Tue, 23 Apr 2024 13:37:02 +0000 (15:37 +0200)
commite29741676fac5d4430b3d2b799a5ff671ea9f023
treedf949fc37e6d0039daced7c53cf88cce09bfe3b5
parentf5985ef281f9efff3e8291123fdb8a748b506951
udf: Use a folio in udf_write_end()

Convert the page to a folio and use the folio APIs.  Replaces three
calls to compound_head() with one.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20240417150416.752929-8-willy@infradead.org>
fs/udf/inode.c