commit | 185d3490feb324433a91aa5a4296f76e4c0b87c5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jul 11 10:10:36 2025 +0200 |
committer | Jan Kara <jack@suse.cz> | Fri Jul 11 18:50:45 2025 +0200 |
tree | e20ca2c2eac52c9440dafc61e460697877c06271 | |
parent | a099b09a3342a0b28ea330e405501b5b4d0424b4 [diff] |
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