diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/workqueue.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index f562674db404..5f4aeaa9f3e6 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -70,7 +70,10 @@ enum { | |||
70 | 70 | ||
71 | /* data contains off-queue information when !WORK_STRUCT_CWQ */ | 71 | /* data contains off-queue information when !WORK_STRUCT_CWQ */ |
72 | WORK_OFFQ_FLAG_BASE = WORK_STRUCT_FLAG_BITS, | 72 | WORK_OFFQ_FLAG_BASE = WORK_STRUCT_FLAG_BITS, |
73 | WORK_OFFQ_FLAG_BITS = 0, | 73 | |
74 | WORK_OFFQ_CANCELING = (1 << WORK_OFFQ_FLAG_BASE), | ||
75 | |||
76 | WORK_OFFQ_FLAG_BITS = 1, | ||
74 | WORK_OFFQ_CPU_SHIFT = WORK_OFFQ_FLAG_BASE + WORK_OFFQ_FLAG_BITS, | 77 | WORK_OFFQ_CPU_SHIFT = WORK_OFFQ_FLAG_BASE + WORK_OFFQ_FLAG_BITS, |
75 | 78 | ||
76 | /* convenience constants */ | 79 | /* convenience constants */ |