Ignore geom_stripe providers.

MFC in: one week
This commit is contained in:
Lukas Ertl 2004-09-13 11:28:54 +00:00
parent afcfcc5d86
commit 6ce35ad043
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135145

View File

@ -263,6 +263,8 @@ Int_Open_Disk(const char *name, char *conftxt)
; /* nothing */ ; /* nothing */
else if (!strcmp(t, "APPLE")) else if (!strcmp(t, "APPLE"))
i = Add_Chunk(d, off, len, n, apple, 0, 0, sn); i = Add_Chunk(d, off, len, n, apple, 0, 0, sn);
else if (!strcmp(t, "STRIPE"))
; /* nothing */
else if (strstr(t, "VINUM") != NULL) else if (strstr(t, "VINUM") != NULL)
; /* nothing */ ; /* nothing */
else { else {