aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/oom_kill.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index 64e5b4bcd964..2846a58e5de9 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -295,6 +295,8 @@ static void dump_tasks(const struct mem_cgroup *mem)
295 continue; 295 continue;
296 if (mem && !task_in_mem_cgroup(p, mem)) 296 if (mem && !task_in_mem_cgroup(p, mem))
297 continue; 297 continue;
298 if (!thread_group_leader(p))
299 continue;
298 300
299 task_lock(p); 301 task_lock(p);
300 printk(KERN_INFO "[%5d] %5d %5d %8lu %8lu %3d %3d %s\n", 302 printk(KERN_INFO "[%5d] %5d %5d %8lu %8lu %3d %3d %s\n",