Remove "raw" and "label" keywords.
This commit is contained in:
parent
9b6df37a1a
commit
de52a6f7a6
@ -29,7 +29,7 @@
|
||||
* otherwise) arising in any way out of the use of this software, even if
|
||||
* advised of the possibility of such damage.
|
||||
*
|
||||
* $Id: vinumkw.h,v 1.19 2003/04/26 02:00:49 grog Exp $
|
||||
* $Id: vinumkw.h,v 1.20 2003/05/07 03:32:09 grog Exp grog $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
@ -104,11 +104,9 @@ enum keyword {
|
||||
kw_preferred, /* preferred plex */
|
||||
kw_device,
|
||||
kw_init,
|
||||
kw_label,
|
||||
kw_resetconfig,
|
||||
kw_writethrough,
|
||||
kw_writeback,
|
||||
kw_raw,
|
||||
kw_replace,
|
||||
kw_resetstats,
|
||||
kw_attach,
|
||||
|
@ -33,7 +33,7 @@
|
||||
* otherwise) arising in any way out of the use of this software, even if
|
||||
* advised of the possibility of such damage.
|
||||
*
|
||||
* $Id: vinumparser.c,v 1.24 2003/04/28 02:54:43 grog Exp $
|
||||
* $Id: vinumparser.c,v 1.25 2003/05/07 03:33:28 grog Exp grog $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
@ -100,7 +100,6 @@ struct _keywords keywords[] =
|
||||
keypair(name),
|
||||
keypair(writethrough),
|
||||
keypair(writeback),
|
||||
keypair(raw),
|
||||
keypair(device),
|
||||
keypair(concat),
|
||||
keypair(raid4),
|
||||
@ -142,7 +141,6 @@ struct _keywords keywords[] =
|
||||
keypair(mv),
|
||||
keypair(move),
|
||||
keypair(init),
|
||||
keypair(label),
|
||||
keypair(resetconfig),
|
||||
keypair(start),
|
||||
keypair(stop),
|
||||
|
Loading…
Reference in New Issue
Block a user