summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-09-13 11:28:54 +0000
committerle <le@FreeBSD.org>2004-09-13 11:28:54 +0000
commit1774dbf9568e139e95f52a061dbe86cd40fbcd54 (patch)
tree3286402c21633482c43f27e54bade55aee681ef5 /lib
parent987439b0dee8670fc508e48659c47b3c581cf10d (diff)
downloadFreeBSD-src-1774dbf9568e139e95f52a061dbe86cd40fbcd54.zip
FreeBSD-src-1774dbf9568e139e95f52a061dbe86cd40fbcd54.tar.gz
Ignore geom_stripe providers.
MFC in: one week
Diffstat (limited to 'lib')
-rw-r--r--lib/libdisk/open_disk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/open_disk.c b/lib/libdisk/open_disk.c
index 2dc914d..90d1bf7 100644
--- a/lib/libdisk/open_disk.c
+++ b/lib/libdisk/open_disk.c
@@ -263,6 +263,8 @@ Int_Open_Disk(const char *name, char *conftxt)
; /* nothing */
else if (!strcmp(t, "APPLE"))
i = Add_Chunk(d, off, len, n, apple, 0, 0, sn);
+ else if (!strcmp(t, "STRIPE"))
+ ; /* nothing */
else if (strstr(t, "VINUM") != NULL)
; /* nothing */
else {
OpenPOWER on IntegriCloud