udf: stop using write_cache_pages
authorChristoph Hellwig <hch@lst.de>
Fri, 11 Jul 2025 08:10:36 +0000 (10:10 +0200)
committerJan Kara <jack@suse.cz>
Fri, 11 Jul 2025 16:50:45 +0000 (18:50 +0200)
commit185d3490feb324433a91aa5a4296f76e4c0b87c5
treee20ca2c2eac52c9440dafc61e460697877c06271
parenta099b09a3342a0b28ea330e405501b5b4d0424b4
udf: stop using write_cache_pages

Stop using the obsolete write_cache_pages and use writeback_iter directly.
Use the chance to refactor the inacb writeback code to not have a separate
writeback helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250711081036.564232-1-hch@lst.de
fs/udf/inode.c