diff options
| author | oster <oster@NetBSD.org> | 2001-10-06 00:47:46 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2001-10-06 00:47:46 +0000 |
| commit | 525f4a9bed23868bd4fc9b1b4e16bcfa02646ee8 (patch) | |
| tree | 493288496ddee99fcecf03f7a3c4be5e1f283df6 /sys/dev/raidframe | |
| parent | 516521c84fa61bec1056c18280133322f17d9d0f (diff) | |
Backout a line that accidentally got included when the .h reorg went in.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 44e62c409dd..e9a72d8816e 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.110 2001/10/04 15:58:54 oster Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.111 2001/10/06 00:47:46 oster Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -2439,8 +2439,7 @@ rf_update_component_labels(raidPtr, final) for( c = 0; c < raidPtr->numSpare ; c++) { sparecol = raidPtr->numCol + c; /* Need to ensure that the reconstruct actually completed! */ - if ((raidPtr->Disks[0][sparecol].status == rf_ds_used_spare) && - (raidPtr->status[0] == rf_rs_optimal)) { + if (raidPtr->Disks[0][sparecol].status == rf_ds_used_spare) { /* we claim this disk is "optimal" if it's |
