mbox series

[0/10] udf: Unify aops

Message ID 20230124120221.31585-1-jack@suse.cz (mailing list archive)
Headers show
Series udf: Unify aops | expand

Message

Jan Kara Jan. 24, 2023, 12:06 p.m. UTC
Hello,

this patch series makes UDF use the same address_space_operations for both
normal and in-ICB files as switching aops on live files is prone to races
as spotted by syzbot. When already dealing with this code, switch readpage
function from using kmap_atomic() to use kmap_local_page().

I plan to queue these patches to my tree.

								Honza