]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/taskq.h
Swap taskq_ent_t with taskqid_t in taskq_thread_t
[mirror_spl.git] / include / sys / taskq.h
index 54d869afec852cd3da51ca58db40e74df13e2220..0a71433753b995e17af738b0a790ea2b19cc6a58 100644 (file)
@@ -96,7 +96,7 @@ typedef struct taskq_thread {
        struct list_head       tqt_active_list;
        struct task_struct     *tqt_thread;
        taskq_t                *tqt_tq;
-       taskq_ent_t            *tqt_ent;
+       taskqid_t              tqt_id;
 } taskq_thread_t;
 
 /* Global system-wide dynamic task queue available for all consumers */