udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()
authorJan Kara <jack@suse.cz>
Wed, 25 Jan 2023 09:33:37 +0000 (10:33 +0100)
committerJan Kara <jack@suse.cz>
Thu, 26 Jan 2023 15:46:37 +0000 (16:46 +0100)
commit1eeceaec794ef937d161379d89504990c82133ad
tree72fd99934b99302829d923710b462e20cb79f875
parent5cfc45321a6d81c2587b38f26187dbe0018c6b04
udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()

Remove the last two remaining kmap_atomic() uses in UDF in
udf_expand_file_adinicb(). The first use can be actually conveniently
replaced with udf_adinicb_readpage(), the second with memcpy_to_page().

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/inode.c