]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
geom_raid (RAID5): do not lose bp->bio_error, keep it in pbp->bio_error
authorEugene Grosbein <eugen@FreeBSD.org>
Thu, 7 Dec 2017 20:09:17 +0000 (20:09 +0000)
committerEugene Grosbein <eugen@FreeBSD.org>
Thu, 7 Dec 2017 20:09:17 +0000 (20:09 +0000)
commit1b8ea9beff6684b5ce37681553fc9e24b45dd932
treeab5af155d4e14d14b7c1c3f92a06f952d2a453a2
parent496a68519f28055ae554ed359e00eca7737cec5a
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