summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2004-03-18 17:46:22 +0000
committeroster <oster@NetBSD.org>2004-03-18 17:46:22 +0000
commitb69e81af979ffd5fbfee7a3d468a0fc04e4bf802 (patch)
treece8a0843920200eb5b481d7dbca46f63c73f137c /sys/dev/raidframe
parentba5bdf004853ecf78c508fd4d2a4ff2ff746aa5b (diff)
Remove a debugging line that was accidentally left in.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_reconmap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_reconmap.c b/sys/dev/raidframe/rf_reconmap.c
index 97d74e6662b..386a450d1e4 100644
--- a/sys/dev/raidframe/rf_reconmap.c
+++ b/sys/dev/raidframe/rf_reconmap.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_reconmap.c,v 1.24 2004/03/18 16:54:54 oster Exp $ */
+/* $NetBSD: rf_reconmap.c,v 1.25 2004/03/18 17:46:22 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -34,7 +34,7 @@
*************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_reconmap.c,v 1.24 2004/03/18 16:54:54 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_reconmap.c,v 1.25 2004/03/18 17:46:22 oster Exp $");
#include "rf_raid.h"
#include <sys/time.h>
@@ -143,7 +143,6 @@ rf_ReconMapUpdate(RF_Raid_t *raidPtr, RF_ReconMap_t *mapPtr,
RF_LOCK_MUTEX(mapPtr->mutex);
while(mapPtr->lock) {
- printf("napping...\n");
ltsleep(&mapPtr->lock, PRIBIO, "reconupdate", 0, &mapPtr->mutex);
}
mapPtr->lock = 1;