commit | 90615a0c5c326fa3cf78fc719f7b16207f47395a | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Dec 30 00:40:11 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Dec 30 00:40:11 2010 +0100 |
tree | bdfee5d8916cc60e9e171b15b7adcc1f5460769a | |
parent | 2272129a93d9492a42ef43987f829940d26dc862 [diff] [blame] |
blkid: optional support for TYPE="fstype" Adapted from patch created by T4ndeta <t4ndeta@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/volume_id/romfs.c b/util-linux/volume_id/romfs.c index 228e77a..15653be 100644 --- a/util-linux/volume_id/romfs.c +++ b/util-linux/volume_id/romfs.c
@@ -47,7 +47,7 @@ } // volume_id_set_usage(id, VOLUME_ID_FILESYSTEM); -// id->type = "romfs"; + IF_FEATURE_BLKID_TYPE(id->type = "romfs";) return 0; }