diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2000-06-05 03:01:07 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2000-06-05 03:01:07 +0000 |
| commit | f68de4888032046a8377f3620023efe3157e33a6 (patch) | |
| tree | ea023973a8f0662ce1f7ad6361b1d527195e9ca4 /sys/dev/vinum | |
| parent | 3ad254b3de1b1b218008cb3d693d76122ba3e8b7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/vinumrevive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumrevive.c b/sys/dev/vinum/vinumrevive.c index f52869e7d45a2..07b73906a69d3 100644 --- a/sys/dev/vinum/vinumrevive.c +++ b/sys/dev/vinum/vinumrevive.c @@ -317,7 +317,7 @@ parityops(struct vinum_ioctl_msg *data) } if (reply->error == EAGAIN) { /* still OK, */ plex->checkblock = pstripe + (pbp->b_bcount >> DEV_BSHIFT); /* moved this much further down */ - if (pstripe >= SD[plex->sdnos[0]].sectors) { /* finished */ + if (plex->checkblock >= SD[plex->sdnos[0]].sectors) { /* finished */ plex->checkblock = 0; reply->error = 0; } |
