From 295cb8611f8b2b59e061ff86c2eb70aec96e317c Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Thu, 12 Jun 2003 05:28:18 +0000 Subject: [PATCH] Remove kw_raw. I've forgotten what it was intended for, and it was probably obsoleted by some changes a couple of months ago. --- sys/dev/vinum/vinumconfig.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index 79ad3098365..2c009219b72 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -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: vinumconfig.c,v 1.41 2003/05/23 00:57:34 grog Exp $ + * $Id: vinumconfig.c,v 1.41 2003/05/23 00:57:34 grog Exp grog $ * $FreeBSD$ */ @@ -1569,10 +1569,6 @@ config_volume(int update) vol->flags &= ~VF_WRITETHROUGH; break; - case kw_raw: - vol->flags |= VF_RAW; /* raw volume (no label) */ - break; - default: throw_rude_remark(EINVAL, "volume %s, invalid keyword: %s", vol->name,