blkid: optional support for TYPE="fstype"
Adapted from patch created by T4ndeta <t4ndeta@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2272129a93
commit
90615a0c5c
21 changed files with 84 additions and 37 deletions
|
@ -75,7 +75,7 @@ int FAST_FUNC volume_id_probe_linux_raid(struct volume_id *id /*,uint64_t off*/,
|
|||
|
||||
dbg("found raid signature");
|
||||
// volume_id_set_usage(id, VOLUME_ID_RAID);
|
||||
// id->type = "linux_raid_member";
|
||||
IF_FEATURE_BLKID_TYPE(id->type = "linux_raid_member";)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue