diff --git a/include/linux/oom.h b/include/linux/oom.h index 7d0c9c48a0c5..b85cd9872f6f 100644 --- a/include/linux/oom.h +++ b/include/linux/oom.h @@ -110,6 +110,8 @@ extern int unregister_oom_notifier(struct notifier_block *nb); extern bool oom_killer_disable(signed long timeout); extern void oom_killer_enable(void); +extern void dump_tasks(struct oom_control *oc); + extern struct task_struct *find_lock_task_mm(struct task_struct *p); #endif /* _INCLUDE_LINUX_OOM_H */