diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 7c61b50823fa..7a4de8768748 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -935,6 +935,11 @@ struct task_struct { | |||
935 | struct sched_class *sched_class; | 935 | struct sched_class *sched_class; |
936 | struct sched_entity se; | 936 | struct sched_entity se; |
937 | 937 | ||
938 | #ifdef CONFIG_PREEMPT_NOTIFIERS | ||
939 | /* list of struct preempt_notifier: */ | ||
940 | struct hlist_head preempt_notifiers; | ||
941 | #endif | ||
942 | |||
938 | unsigned short ioprio; | 943 | unsigned short ioprio; |
939 | #ifdef CONFIG_BLK_DEV_IO_TRACE | 944 | #ifdef CONFIG_BLK_DEV_IO_TRACE |
940 | unsigned int btrace_seq; | 945 | unsigned int btrace_seq; |