udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocks
authorJan Kara <jack@suse.cz>
Tue, 14 Jul 2009 17:30:23 +0000 (19:30 +0200)
committerJan Kara <jack@suse.cz>
Thu, 30 Jul 2009 15:28:26 +0000 (17:28 +0200)
VAT inode is located in the last block recorded block of the medium. When the
drive errorneously reports number of recorded blocks, we failed to load the VAT
inode and thus mount the medium. This patch makes kernel try to read VAT inode
from the last block of the device if it is different from the last recorded
block.

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

No differences found