diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index d5e3c00b74e1..a8911b1f35aa 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1443,6 +1443,7 @@ struct task_struct {  	int				pagefault_disabled;  #ifdef CONFIG_MMU  	struct task_struct		*oom_reaper_list; +	struct timer_list		oom_reaper_timer;  #endif  #ifdef CONFIG_VMAP_STACK  	struct vm_struct		*stack_vm_area;  | 
