Skip to content
Commit 4bf17af0 authored by Jan Kara's avatar Jan Kara
Browse files

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: default avatarJan Kara <jack@suse.cz>
parent 658874f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment