X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fworkqueue_internal.h;h=45215870ac6cc2ebce3cd694ccedc0f749e1b1ed;hb=ceebf4d5016bd1182b214eafd46ebd24d6cdf668;hp=7e2204db0b1a7a03c97e0147a1b416daf01aab00;hpb=026f8f612a137324869b6dbdf1d526d176e1766e;p=linux-2.6-microblaze.git diff --git a/kernel/workqueue_internal.h b/kernel/workqueue_internal.h index 7e2204db0b1a..45215870ac6c 100644 --- a/kernel/workqueue_internal.h +++ b/kernel/workqueue_internal.h @@ -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 */