mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 19:16:08 +07:00
volume_id: don't probe for mac_partition_maps
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
e7f247503c
commit
8d77c6a383
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user