blkid: add type display for hfsplus
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cd776cf967
commit
a58f7b7d2f
@ -286,7 +286,7 @@ int FAST_FUNC volume_id_probe_hfs_hfsplus(struct volume_id *id /*,uint64_t off*/
|
|||||||
|
|
||||||
found:
|
found:
|
||||||
// volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
|
// volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
|
||||||
// id->type = "hfsplus";
|
IF_FEATURE_BLKID_TYPE(id->type = "hfsplus";)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user