summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-06-12 05:28:18 +0000
committergrog <grog@FreeBSD.org>2003-06-12 05:28:18 +0000
commitf4d2c8703b45a461ffcfbe0a0d3b4e6ef387afb3 (patch)
treecfde739d5bd88f553e22ab701db7ebb69c6b1bfe /sys
parent749a7cc7f5c40e76b4067b8a29080a4bc2d29032 (diff)
downloadFreeBSD-src-f4d2c8703b45a461ffcfbe0a0d3b4e6ef387afb3.zip
FreeBSD-src-f4d2c8703b45a461ffcfbe0a0d3b4e6ef387afb3.tar.gz
Remove kw_raw. I've forgotten what it was intended for, and it was
probably obsoleted by some changes a couple of months ago.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumconfig.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c
index 79ad309..2c00921 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,
OpenPOWER on IntegriCloud