summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2008-09-28 16:17:17 +0000
committeroster <oster@NetBSD.org>2008-09-28 16:17:17 +0000
commitf29979e70c65644480788dca1202e0c709fb10ff (patch)
treeebcf3d8799bb6364a8398e1cdd377709cb90524c /sys/dev/raidframe
parent188468ada8e39e9ead18c4be89ecbc64d4ce29c5 (diff)
Undo previous change to an #if 0. The code does belong to the
distributed sparing bits, but no-one has compile-tested the code. Un-breaks the ALL build.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_netbsdkintf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c
index 7f9036be73f..f2bc5714ef4 100644
--- a/sys/dev/raidframe/rf_netbsdkintf.c
+++ b/sys/dev/raidframe/rf_netbsdkintf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.249 2008/09/27 21:58:04 oster Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.250 2008/09/28 16:17:17 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -139,7 +139,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.249 2008/09/27 21:58:04 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.250 2008/09/28 16:17:17 oster Exp $");
#include <sys/param.h>
#include <sys/errno.h>
@@ -1662,7 +1662,7 @@ raidioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l)
* -- I should either compute the spare table in the kernel,
* or have a different -- XXX XXX -- interface (a different
* character device) for delivering the table -- XXX */
-#if (RF_INCLUDE_PARITY_DECLUSTERING_DS > 0)
+#if 0
case RAIDFRAME_SPARET_WAIT:
RF_LOCK_MUTEX(rf_sparet_wait_mutex);
while (!rf_sparet_wait_queue)