geom_raid (RAID5): do not lose bp->bio_error, keep it in pbp->bio_error
authoreugen <eugen@FreeBSD.org>
Thu, 7 Dec 2017 20:09:17 +0000 (20:09 +0000)
committereugen <eugen@FreeBSD.org>
Thu, 7 Dec 2017 20:09:17 +0000 (20:09 +0000)
commit748192b1b0e2987da419b3f19837bb92a2925c5c
treeab5af155d4e14d14b7c1c3f92a06f952d2a453a2
parent1f9b8d0bcc7484484b279342b4e646c0c7642ba7
geom_raid (RAID5): do not lose bp->bio_error, keep it in pbp->bio_error
and return it by passing to g_raid_iodone()

Approved by: mav (mentor)
MFC after: 3 days
sys/geom/raid/tr_raid5.c