udf: Fix bug in VAT mapping code
authorSebastian Manciulea <manciuleas@yahoo.com>
Mon, 14 Apr 2008 15:06:36 +0000 (17:06 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:29:43 +0000 (14:29 +0200)
commit47c9358a015199ed37c66235a2238271a7c8041f
tree265659628f44c00a65a0deaee6edc137aed6cab1
parentbfb257a5981af805a9394f00f75d3d9f7b611cc0
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>
fs/udf/partition.c
fs/udf/super.c