]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/taskq.h
Don't use tq->tq_lock_flags
[mirror_spl.git] / include / sys / taskq.h
index 5830fe2dd1b3cd9d90a71ef929c38f1bd3c93e93..07b4209e608d2561c999f2a1ffeb6dbd28d69b86 100644 (file)
@@ -68,7 +68,6 @@ typedef void (task_func_t)(void *);
 
 typedef struct taskq {
        spinlock_t              tq_lock;       /* protects taskq_t */
-       unsigned long           tq_lock_flags; /* interrupt state */
        char                    *tq_name;      /* taskq name */
        struct list_head        tq_thread_list;/* list of all threads */
        struct list_head        tq_active_list;/* list of active threads */