summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_raid.h
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2004-03-08 01:55:14 +0000
committeroster <oster@NetBSD.org>2004-03-08 01:55:14 +0000
commitacce07be6283fdaa3ba4ced59f35f3e47a1e5fca (patch)
tree1f928a20cfed99d35200fa2e2b2ab92821a6661e /sys/dev/raidframe/rf_raid.h
parentc25748c684602cad2d09f8b7b8ce014a7ddf7ba8 (diff)
Minor cleanup. No functional change.
Diffstat (limited to 'sys/dev/raidframe/rf_raid.h')
-rw-r--r--sys/dev/raidframe/rf_raid.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h
index b3a5c4d4b69..608f5ab053e 100644
--- a/sys/dev/raidframe/rf_raid.h
+++ b/sys/dev/raidframe/rf_raid.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_raid.h,v 1.26 2004/03/01 23:30:58 oster Exp $ */
+/* $NetBSD: rf_raid.h,v 1.27 2004/03/08 01:55:14 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -188,7 +188,7 @@ struct RF_Raid_s {
/*
* Array-quiescence stuff
*/
- RF_DECLARE_MUTEX(access_suspend_mutex)
+ RF_DECLARE_MUTEX(access_suspend_mutex)
RF_IoCount_t accesses_suspended;
RF_IoCount_t accs_in_flight;
int access_suspend_release;
@@ -214,7 +214,7 @@ struct RF_Raid_s {
/*
* Engine thread control
*/
- RF_DECLARE_MUTEX(node_queue_mutex)
+ RF_DECLARE_MUTEX(node_queue_mutex)
RF_DagNode_t *node_queue;
RF_Thread_t parity_rewrite_thread;
RF_Thread_t copyback_thread;
@@ -248,7 +248,7 @@ struct RF_Raid_s {
* for a per-array piece of data, but otherwise, it'd be an extra
* per-array lock, and that'd only be less efficient...)
*/
- RF_DECLARE_COND(outstandingCond)
+ RF_DECLARE_COND(outstandingCond)
int waitShutdown;
int nAccOutstanding;