]> git.proxmox.com Git - mirror_zfs.git/commit
Add taskq_wait_outstanding() function
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 4 Jun 2015 23:25:37 +0000 (16:25 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Jun 2015 17:27:25 +0000 (10:27 -0700)
commit4f34bd9792bad1affe5b93aeef406fd7dc2df0f8
treebe479cb5f2c0848c41f1900b3e74ac4194c9f5bd
parentca0bf58d65f77e944b9905571df9a2eae647aeca
Add taskq_wait_outstanding() function

SPL commit behlendorf/spl@9cef1b5 adds the taskq_wait_outstanding()
interface.  See the commit log for the full justification for this
addition.  This patch adds the required user space counterpart.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@chase2k.com>
include/sys/zfs_context.h
lib/libzpool/taskq.c