commit | 47c9358a015199ed37c66235a2238271a7c8041f | [log] [tgz] |
---|---|---|
author | Sebastian Manciulea <manciuleas@yahoo.com> | Mon Apr 14 17:06:36 2008 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 17 14:29:43 2008 +0200 |
tree | 265659628f44c00a65a0deaee6edc137aed6cab1 | |
parent | bfb257a5981af805a9394f00f75d3d9f7b611cc0 [diff] |
udf: Fix bug in VAT mapping code Fix mapping of blocks using VAT when it is stored in an inode. UDF_I(inode)->i_data already points to the beginning of VAT header so there's no need to add udf_ext0_offset(inode). Signed-off-by: Sebastian Manciulea <manciuleas@yahoo.com> Signed-off-by: Jan Kara <jack@suse.cz>