diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2004-02-22 01:08:33 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2004-02-22 01:08:33 +0000 |
| commit | bff4678e78c3ba98c180d08da44a1826c09d9594 (patch) | |
| tree | f3fde80b2bc61c220874b1248ebcb952b0cd6029 /sys/dev | |
| parent | 8d4fdfaf45a949a8263df7877d2c5319cac5e62c (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/raidframe/rf_paritylog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_paritylog.c b/sys/dev/raidframe/rf_paritylog.c index 459b5686c772..87c33e6d71af 100644 --- a/sys/dev/raidframe/rf_paritylog.c +++ b/sys/dev/raidframe/rf_paritylog.c @@ -690,9 +690,9 @@ rf_ParityLogAppend( * * NON-BLOCKING */ + RF_ASSERT(logData != NULL); raidPtr = logData->common->raidPtr; /* lock the region for the first item in logData */ - RF_ASSERT(logData != NULL); regionID = logData->regionID; RF_LOCK_MUTEX(raidPtr->regionInfo[regionID].mutex); RF_ASSERT(raidPtr->regionInfo[regionID].loggingEnabled); |
