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