commit | 585d70006f6e30f42e96d56c6c0933671c516c7b | [log] [tgz] |
---|---|---|
author | Alden Tondettar <alden.tondettar@gmail.com> | Wed May 18 14:09:17 2016 -0700 |
committer | Jan Kara <jack@suse.cz> | Thu May 19 11:55:53 2016 +0200 |
tree | 07531d00ad87220b8f049b1b4abf75ece7a22929 | |
parent | 2600a46ee0ed57c0e0a382c2a37ebac64d374d20 [diff] |
udf: Don't BUG on missing metadata partition descriptor Currently, if a metadata partition map is missing its partition descriptor, then udf_get_pblock_meta25() will BUG() out the first time it is called. This is rather drastic for a corrupted filesystem, so just treat this case as an invalid mapping instead. Signed-off-by: Alden Tondettar <alden.tondettar@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>