udf: Add read-only support for 2.50 UDF media
authorJan Kara <jack@suse.cz>
Tue, 8 Apr 2008 18:37:21 +0000 (20:37 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:29:36 +0000 (14:29 +0200)
This patch implements parsing of metadata partitions and reading of Metadata
File thus allowing to read UDF 2.50 media. Error resilience is implemented
through accessing the Metadata Mirror File in case the data the Metadata File
cannot be read. The patch is based on the original patch by Sebastian Manciulea
<manciuleas@yahoo.com> and Mircea Fedoreanu <mirceaf_spl@yahoo.com>.

Signed-off-by: Sebastian Manciulea <manciuleas@yahoo.com>
Signed-off-by: Mircea Fedoreanu <mirceaf_spl@yahoo.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found