diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 5ea8baea9387..7930131abc1a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1400,6 +1400,8 @@ struct task_struct { | |||
1400 | int (*notifier)(void *priv); | 1400 | int (*notifier)(void *priv); |
1401 | void *notifier_data; | 1401 | void *notifier_data; |
1402 | sigset_t *notifier_mask; | 1402 | sigset_t *notifier_mask; |
1403 | struct hlist_head task_works; | ||
1404 | |||
1403 | struct audit_context *audit_context; | 1405 | struct audit_context *audit_context; |
1404 | #ifdef CONFIG_AUDITSYSCALL | 1406 | #ifdef CONFIG_AUDITSYSCALL |
1405 | uid_t loginuid; | 1407 | uid_t loginuid; |