Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / kernel / workqueue_internal.h
index 7e2204d..4521587 100644 (file)
@@ -37,6 +37,8 @@ struct worker {
        struct task_struct      *task;          /* I: worker task */
        struct worker_pool      *pool;          /* I: the associated pool */
                                                /* L: for rescuers */
+       struct list_head        node;           /* A: anchored at pool->workers */
+                                               /* A: runs through worker->node */
 
        unsigned long           last_active;    /* L: last active timestamp */
        unsigned int            flags;          /* X: flags */