On Tue, Jan 24, 2023 at 01:06:21PM +0100, Jan Kara wrote: > Instead of using kmap_atomic() use kmap_local_page() in > udf_adinicb_readpage(). Looks good. Given how often this pattern is repeated I wonder if we want a memcpy_to_page_and_pad helper, though. Reviewed-by: Christoph Hellwig <hch@xxxxxx>