]> granicus.if.org Git - spl/commit
Support TQ_FRONT flag used by taskq_dispatch()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Jun 2010 21:53:23 +0000 (14:53 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Jun 2010 22:57:25 +0000 (15:57 -0700)
commiteb12b3782c94113d2d40d2da22265dc4111a672b
treede7edb48e1a7db6def3452a3e93d7ec6fbcd4f9c
parent32c6147dee702e6033a9f3b4999a0b9025a88260
Support TQ_FRONT flag used by taskq_dispatch()

Allow taskq_dispatch() to insert work items at the head of the
queue instead of just the tail by passing the TQ_FRONT flag.
include/sys/taskq.h
module/spl/spl-taskq.c