Comment 9 for bug 213696

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Guys,

It sounds like the kernel team will consider backporting this for a Hardy SRU. I'm just adding the possible git commit id to consider backporting for the kernel team. Thanks.

commit bfb257a5981af805a9394f00f75d3d9f7b611cc0
Author: Jan Kara <email address hidden>
Date: Tue Apr 8 20:37:21 2008 +0200

    udf: Add read-only support for 2.50 UDF media

    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
    <email address hidden> and Mircea Fedoreanu <email address hidden>.

    Signed-off-by: Sebastian Manciulea <email address hidden>
    Signed-off-by: Mircea Fedoreanu <email address hidden>
    Signed-off-by: Jan Kara <email address hidden>