aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index fd9436a3a545..a721cef7e2d4 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1409,7 +1409,7 @@ struct task_struct {
1409 int (*notifier)(void *priv); 1409 int (*notifier)(void *priv);
1410 void *notifier_data; 1410 void *notifier_data;
1411 sigset_t *notifier_mask; 1411 sigset_t *notifier_mask;
1412 struct hlist_head task_works; 1412 struct callback_head *task_works;
1413 1413
1414 struct audit_context *audit_context; 1414 struct audit_context *audit_context;
1415#ifdef CONFIG_AUDITSYSCALL 1415#ifdef CONFIG_AUDITSYSCALL
@@ -1550,7 +1550,6 @@ struct task_struct {
1550 unsigned long timer_slack_ns; 1550 unsigned long timer_slack_ns;
1551 unsigned long default_timer_slack_ns; 1551 unsigned long default_timer_slack_ns;
1552 1552
1553 struct list_head *scm_work_list;
1554#ifdef CONFIG_FUNCTION_GRAPH_TRACER 1553#ifdef CONFIG_FUNCTION_GRAPH_TRACER
1555 /* Index of current stored address in ret_stack */ 1554 /* Index of current stored address in ret_stack */
1556 int curr_ret_stack; 1555 int curr_ret_stack;
@@ -1585,7 +1584,6 @@ struct task_struct {
1585#endif 1584#endif
1586#ifdef CONFIG_UPROBES 1585#ifdef CONFIG_UPROBES
1587 struct uprobe_task *utask; 1586 struct uprobe_task *utask;
1588 int uprobe_srcu_id;
1589#endif 1587#endif
1590}; 1588};
1591 1589