]> git.proxmox.com Git - mirror_zfs.git/blobdiff - lib/libzpool/taskq.c
Use taskq for dump_bytes()
[mirror_zfs.git] / lib / libzpool / taskq.c
index 64e214205e62c9f6a7ba9e52e8b40da2f400845e..96c0d5c2be989446a4c8d0e17d64672dc6a4b918 100644 (file)
@@ -211,6 +211,12 @@ taskq_wait(taskq_t *tq)
        mutex_exit(&tq->tq_lock);
 }
 
+void
+taskq_wait_id(taskq_t *tq, taskqid_t id)
+{
+       taskq_wait(tq);
+}
+
 static void
 taskq_thread(void *arg)
 {