]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/taskq.h
Store copy of tqent_flags prior to servicing task
[mirror_zfs.git] / include / sys / taskq.h
index 0a71433753b995e17af738b0a790ea2b19cc6a58..fec4de8caab6802cef6cb4190fefd9a24dcb68fa 100644 (file)
@@ -97,6 +97,7 @@ typedef struct taskq_thread {
        struct task_struct     *tqt_thread;
        taskq_t                *tqt_tq;
        taskqid_t              tqt_id;
+        uintptr_t              tqt_flags;
 } taskq_thread_t;
 
 /* Global system-wide dynamic task queue available for all consumers */