commit | fa5e08156335d0687c85b4e724db9448fb166601 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Apr 08 02:08:53 2008 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 17 14:25:35 2008 +0200 |
tree | 196b9d20b70129d892ceb3cf43ffb611b0067075 | |
parent | 742e1795e2d9dc99657742e5bbbb7907596bf6c3 [diff] |
udf: Handle VAT packed inside inode properly 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>