Skip to content
Commit e8183c24 authored by Tomas Janousek's avatar Tomas Janousek Committed by Jan Kara
Browse files

udf: Fix regression in UDF anchor block detection

In some cases it could happen that some block passed test in
udf_check_anchor_block() even though udf_read_tagged() refused to read it later
(e.g. because checksum was not correct).  This patch makes
udf_check_anchor_block() use udf_read_tagged() so that the checking is
stricter.

This fixes the regression (certain disks unmountable) caused by commit
423cf6dc

.

Signed-off-by: default avatarTomas Janousek <tomi@nomi.cz>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent e4f3ec06
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