]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fix userland illumos taskq code to pass relative timeout to cv_timedwait
authoravg <avg@FreeBSD.org>
Wed, 20 Feb 2019 13:19:08 +0000 (13:19 +0000)
committeravg <avg@FreeBSD.org>
Wed, 20 Feb 2019 13:19:08 +0000 (13:19 +0000)
commitadea56ab704c10e2dfdec40deb6fdc4ee8195224
treed05742bc88751e20ab1f5aabbd330e56f0178b83
parentbab8ff314508cd540fe770fd6314190534ba842e
fix userland illumos taskq code to pass relative timeout to cv_timedwait

Unlike illumos, FreeBSD cv_timedwait requires a relative timeout.  That
applies both to the kernel illumos compatibility code and to the
userland "fake kernel" code.

MFC after: 2 weeks
Sponsored by: Panzura
cddl/contrib/opensolaris/lib/libzpool/common/taskq.c