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)
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

Simple merge
diff --cc fs/udf/super.c
Simple merge