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/udf.c b/util-linux/volume_id/udf.c index dd25731..cd63c8d 100644 --- a/util-linux/volume_id/udf.c +++ b/util-linux/volume_id/udf.c
@@ -167,7 +167,6 @@ found: // volume_id_set_usage(id, VOLUME_ID_FILESYSTEM); -// id->type = "udf"; - + IF_FEATURE_BLKID_TYPE(id->type = "udf";) return 0; }