volume_id: add exFAT detection
function old new delta volume_id_probe_exfat - 294 +294 Signed-off-by: S-G Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
3f21044f20
commit
e4b9451413
@@ -93,6 +93,9 @@ static const probe_fptr fs1[] = {
|
||||
#if ENABLE_FEATURE_VOLUMEID_FAT
|
||||
volume_id_probe_vfat,
|
||||
#endif
|
||||
#if ENABLE_FEATURE_VOLUMEID_EXFAT
|
||||
volume_id_probe_exfat,
|
||||
#endif
|
||||
#if ENABLE_FEATURE_VOLUMEID_MAC
|
||||
volume_id_probe_mac_partition_map,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user