udf: Add handling of in-ICB files to udf_bmap()
authorJan Kara <jack@suse.cz>
Tue, 24 Jan 2023 11:16:38 +0000 (12:16 +0100)
committerJan Kara <jack@suse.cz>
Thu, 26 Jan 2023 15:46:36 +0000 (16:46 +0100)
commit907c6c2ffa6a6d28f59db22ac0686ca3103c61d8
tree55d54be37456a45fa53f001e83109ad7a680d285
parentc694e40ba231e854fcddd25cce46db3918fca291
udf: Add handling of in-ICB files to udf_bmap()

Add detection of in-ICB files to udf_bmap() and return error in that
case. This will allow us o use single address_space_operations in UDF.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/inode.c