Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe One signal will do, thanks.
details: https://anonhg.NetBSD.org/src/rev/365b38974700
branches: trunk
changeset: 536654:365b38974700
user: oster <oster%NetBSD.org@localhost>
date: Thu Sep 19 22:41:51 2002 +0000
description:
One signal will do, thanks.
diffstat:
sys/dev/raidframe/rf_reconstruct.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 062b1b37bd3f -r 365b38974700 sys/dev/raidframe/rf_reconstruct.c
--- a/sys/dev/raidframe/rf_reconstruct.c Thu Sep 19 22:36:23 2002 +0000
+++ b/sys/dev/raidframe/rf_reconstruct.c Thu Sep 19 22:41:51 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_reconstruct.c,v 1.41 2002/09/17 03:30:33 oster Exp $ */
+/* $NetBSD: rf_reconstruct.c,v 1.42 2002/09/19 22:41:51 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.41 2002/09/17 03:30:33 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_reconstruct.c,v 1.42 2002/09/19 22:41:51 oster Exp $");
#include <sys/time.h>
#include <sys/buf.h>
@@ -639,7 +639,6 @@
}
RF_UNLOCK_MUTEX(raidPtr->mutex);
RF_SIGNAL_COND(raidPtr->waitForReconCond);
- wakeup(&raidPtr->waitForReconCond);
return (rc);
}
Home |
Main Index |
Thread Index |
Old Index