summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2004-03-04 03:27:30 +0000
committeroster <oster@NetBSD.org>2004-03-04 03:27:30 +0000
commita57d0458085350f0b75fe059d296a9ef1a535284 (patch)
treedbe45ab8d3865c72f01b28cdd3177d286084127a /sys/dev/raidframe
parentb6ec2bc708a9feb2caf95aa9b45aadc3ecb386a5 (diff)
Remove a comment that is no longer relevant.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_psstatus.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/raidframe/rf_psstatus.c b/sys/dev/raidframe/rf_psstatus.c
index 4aace4c1717..885d8e8eb85 100644
--- a/sys/dev/raidframe/rf_psstatus.c
+++ b/sys/dev/raidframe/rf_psstatus.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_psstatus.c,v 1.23 2004/03/03 01:02:44 oster Exp $ */
+/* $NetBSD: rf_psstatus.c,v 1.24 2004/03/04 03:27:30 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -37,7 +37,7 @@
*****************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_psstatus.c,v 1.23 2004/03/03 01:02:44 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_psstatus.c,v 1.24 2004/03/04 03:27:30 oster Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -251,10 +251,6 @@ rf_RemoveFromActiveReconTable(RF_Raid_t *raidPtr, RF_StripeNum_t psid,
Dprintf1("Waking up access waiting on parity stripe ID %ld\n", p->parityStripeID);
cb1 = cb->next;
(cb->callbackFunc) (cb->callbackArg);
-
- /* THIS IS WHAT THE ORIGINAL CODE HAD... the extra 0 is bogus,
- * IMHO */
- /* (cb->callbackFunc)(cb->callbackArg, 0); */
rf_FreeCallbackDesc(cb);
cb = cb1;
}