freebsd-dev/cddl/contrib/opensolaris
Andriy Gapon 34140e78ab 734 taskq_dispatch_prealloc() desired
943 zio_interrupt ends up calling taskq_dispatch with TQ_SLEEP
illumos/illumos-gate@5aeb94743e

Essentially FreeBSD taskqueues already operate in a mode that
was added to Illumos with taskq_dispatch_ent change.
We even exposed the superior FreeBSD interface as taskq_dispatch_safe.
Now we just rename taskq_dispatch_safe to taskq_dispatch_ent and
struct struct ostask to taskq_ent_t, so that code differences will be
minimal.

After this change sys/cddl/compat/opensolaris/sys/taskq.h header is no
longer needed.

Note that this commit is not an MFV because the upstream change was not
individually committed to the vendor area.

MFC after:	8 days
2013-11-26 09:26:18 +00:00
..
cmd Use 'int' to store the return value of getopt(), rather than char. 2013-11-20 01:42:29 +00:00
common Quiesce warning assigning to void * from const ctf_header_t * by explicity casting 2013-11-04 21:32:07 +00:00
head
lib 734 taskq_dispatch_prealloc() desired 2013-11-26 09:26:18 +00:00
tools/ctf Merge various CTF fixes from illumos 2013-08-26 22:29:42 +00:00
OPENSOLARIS.LICENSE