chiark / gitweb /
volume_id: don't probe for mac_partition_maps
[elogind.git] / extras / volume_id / volume_id / volume_id.c
index e7d4d75666aeaca6fbd5ff11820cf6c58f404f27..32b91e65ca05397fe1675319abd479fa75b0190c 100644 (file)
@@ -118,9 +118,6 @@ int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size)
        if (volume_id_probe_vfat(id, off) == 0)
                goto exit;
 
        if (volume_id_probe_vfat(id, off) == 0)
                goto exit;
 
-       if (volume_id_probe_mac_partition_map(id, off) == 0)
-               goto exit;
-
        if (volume_id_probe_xfs(id, off) == 0)
                goto exit;
 
        if (volume_id_probe_xfs(id, off) == 0)
                goto exit;