Correct typo. 'fbp' is NULL here so this will result in a panic.
MFC after: 3 days
This commit is contained in:
parent
e446b85087
commit
17fec17e77
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user