commit | 4bf17af0dbfe4cf20cb750e22e8e926273e7a7a4 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Jul 14 19:30:23 2009 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Jul 30 17:28:26 2009 +0200 |
tree | 9d7218df82274d1dd564f3ba06ca8c65a99234c1 | |
parent | 658874f05d040ca96eb5ba9b1c30ce0ff287d762 [diff] |
udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocks 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>