From: Alexandre Peixoto Ferreira Date: Mon, 19 Jul 2010 23:04:33 +0000 (-0500) Subject: libblkid: set tolerant flag for HFS X-Git-Tag: v2.19-rc1~401 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=791a2fd67c118c3f07141e4cc95532fe908015a9;p=thirdparty%2Futil-linux.git libblkid: set tolerant flag for HFS An CDROM can contain both HFS and ISO9660 views on the same filesystem. This confuses mount/KDE/Gnome. Signed-off-by: Karel Zak --- diff --git a/shlibs/blkid/src/superblocks/hfs.c b/shlibs/blkid/src/superblocks/hfs.c index 8ebff68da1..033a65dea2 100644 --- a/shlibs/blkid/src/superblocks/hfs.c +++ b/shlibs/blkid/src/superblocks/hfs.c @@ -291,6 +291,7 @@ const struct blkid_idinfo hfs_idinfo = .name = "hfs", .usage = BLKID_USAGE_FILESYSTEM, .probefunc = probe_hfs, + .flags = BLKID_IDINFO_TOLERANT, .magics = { { .magic = "BD", .len = 2, .kboff = 1 },