udf: Handle VAT packed inside inode properly
authorJan Kara <jack@suse.cz>
Tue, 8 Apr 2008 00:08:53 +0000 (02:08 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:25:35 +0000 (14:25 +0200)
We didn't handle VAT packed inside the inode - we tried to call udf_block_map()
on such file which lead to strange results at best. Add proper handling of
packed VAT as we do it with other packed files.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found