diff options
Diffstat (limited to 'kernel/workqueue_internal.h')
| -rw-r--r-- | kernel/workqueue_internal.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/workqueue_internal.h b/kernel/workqueue_internal.h index 07650264ec1..f9c887731e2 100644 --- a/kernel/workqueue_internal.h +++ b/kernel/workqueue_internal.h @@ -32,6 +32,7 @@ struct worker {  	struct list_head	scheduled;	/* L: scheduled works */  	struct task_struct	*task;		/* I: worker task */  	struct worker_pool	*pool;		/* I: the associated pool */ +						/* L: for rescuers */  	/* 64 bytes boundary on 64bit, 32 on 32bit */  	unsigned long		last_active;	/* L: last active timestamp */  	unsigned int		flags;		/* X: flags */  |