dcavalca / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone
64664a
From 400facb19f228e3507de2137e2f9165b3365b7df Mon Sep 17 00:00:00 2001
64664a
From: Karel Zak <kzak@redhat.com>
64664a
Date: Wed, 18 Nov 2015 11:55:35 +0100
64664a
Subject: [PATCH 111/116] libblkid: don't mark zfs as RAID
64664a
64664a
Upstream: https://github.com/karelzak/util-linux/commit/710dd492394be6cd2f3dd65c057ae7827ee6e89d
64664a
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1392661
64664a
Signed-off-by: Karel Zak <kzak@redhat.com>
64664a
---
64664a
 libblkid/src/superblocks/zfs.c | 2 +-
64664a
 1 file changed, 1 insertion(+), 1 deletion(-)
64664a
64664a
diff --git a/libblkid/src/superblocks/zfs.c b/libblkid/src/superblocks/zfs.c
64664a
index 8e88b39..5074495 100644
64664a
--- a/libblkid/src/superblocks/zfs.c
64664a
+++ b/libblkid/src/superblocks/zfs.c
64664a
@@ -264,7 +264,7 @@ static int probe_zfs(blkid_probe pr, const struct blkid_idmag *mag)
64664a
 const struct blkid_idinfo zfs_idinfo =
64664a
 {
64664a
 	.name		= "zfs_member",
64664a
-	.usage		= BLKID_USAGE_RAID,
64664a
+	.usage		= BLKID_USAGE_FILESYSTEM,
64664a
 	.probefunc	= probe_zfs,
64664a
 	.minsz		= 64 * 1024 * 1024,
64664a
 	.magics		= BLKID_NONE_MAGIC
64664a
-- 
64664a
2.9.3
64664a