diff options
| author | oster <oster@NetBSD.org> | 2004-03-08 01:59:26 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2004-03-08 01:59:26 +0000 |
| commit | 8cbd53826ebc80ac514b6b092b7f6ab94edd5a86 (patch) | |
| tree | 84ace10ad9b8feccf8a14f03d356bf2b4d30df4a /sys/dev | |
| parent | acce07be6283fdaa3ba4ced59f35f3e47a1e5fca (diff) | |
A few more cleanups missed in last commit.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/raidframe/rf_raid.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h index 608f5ab053e..8114ded3619 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.27 2004/03/08 01:55:14 oster Exp $ */ +/* $NetBSD: rf_raid.h,v 1.28 2004/03/08 01:59:26 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -118,14 +118,14 @@ struct RF_Raid_s { RF_RaidDisk_t *Disks; /* all information related to physical disks */ RF_DiskQueue_t *Queues;/* all information related to disk queues */ const RF_DiskQueueSW_t *qType;/* pointer to the DiskQueueSW used for the - component queues. */ + component queues. */ /* NOTE: This is an anchor point via which the queues can be * accessed, but the enqueue/dequeue routines in diskqueue.c use a * local copy of this pointer for the actual accesses. */ /* The remainder of the structure can change, and therefore requires * locking on reads and updates */ - RF_DECLARE_MUTEX(mutex) /* mutex used to serialize access to - * the fields below */ + RF_DECLARE_MUTEX(mutex) /* mutex used to serialize access to + * the fields below */ RF_RowStatus_t status; /* the status of each row in the array */ int valid; /* indicates successful configuration */ RF_LockTableEntry_t *lockTable; /* stripe-lock table */ @@ -180,7 +180,7 @@ struct RF_Raid_s { RF_HeadSepLimit_t headSepLimit; int numFloatingReconBufs; int reconInProgress; - RF_DECLARE_COND(waitForReconCond) + RF_DECLARE_COND(waitForReconCond) RF_RaidReconDesc_t *reconDesc; /* reconstruction descriptor */ RF_ReconCtrl_t *reconControl; /* reconstruction control structure * pointers for each row in the array */ |
