From 8d77c6a383ed1b308ce73e97b9f02f767b012921 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 25 Aug 2005 00:37:46 +0200 Subject: [PATCH] volume_id: don't probe for mac_partition_maps Signed-off-by: Kay Sievers --- extras/volume_id/volume_id/volume_id.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/extras/volume_id/volume_id/volume_id.c b/extras/volume_id/volume_id/volume_id.c index e7d4d7566..32b91e65c 100644 --- a/extras/volume_id/volume_id/volume_id.c +++ b/extras/volume_id/volume_id/volume_id.c @@ -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_mac_partition_map(id, off) == 0) - goto exit; - if (volume_id_probe_xfs(id, off) == 0) goto exit; -- 2.30.2