Correct typo. 'fbp' is NULL here so this will result in a panic.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2006-02-11 17:29:06 +00:00
parent e446b85087
commit 17fec17e77

View File

@ -1088,7 +1088,7 @@ g_raid3_gather(struct bio *pbp)
* accept any failures.
*/
if (pbp->bio_error == 0)
pbp->bio_error = fbp->bio_error;
pbp->bio_error = cbp->bio_error;
} else {
fbp = cbp;
}