diff options
Diffstat (limited to 'mm/oom_kill.c')
-rw-r--r-- | mm/oom_kill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c index d3b9bac085b5..2f3166e308d9 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c | |||
@@ -394,6 +394,7 @@ static int oom_kill_process(struct task_struct *p, gfp_t gfp_mask, int order, | |||
394 | cpuset_print_task_mems_allowed(current); | 394 | cpuset_print_task_mems_allowed(current); |
395 | task_unlock(current); | 395 | task_unlock(current); |
396 | dump_stack(); | 396 | dump_stack(); |
397 | mem_cgroup_print_oom_info(mem, current); | ||
397 | show_mem(); | 398 | show_mem(); |
398 | if (sysctl_oom_dump_tasks) | 399 | if (sysctl_oom_dump_tasks) |
399 | dump_tasks(mem); | 400 | dump_tasks(mem); |