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