]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/oom_kill.c
CRED: Separate task security context from task_struct
[linux-2.6-omap-h63xx.git] / mm / oom_kill.c
index 34a458aa79976f011095c8bbcb2796d9392b9408..3af787ba2077f1db1316048dc4dce011f663c5c4 100644 (file)
@@ -298,7 +298,7 @@ static void dump_tasks(const struct mem_cgroup *mem)
 
                task_lock(p);
                printk(KERN_INFO "[%5d] %5d %5d %8lu %8lu %3d     %3d %s\n",
-                      p->pid, p->uid, p->tgid, p->mm->total_vm,
+                      p->pid, p->cred->uid, p->tgid, p->mm->total_vm,
                       get_mm_rss(p->mm), (int)task_cpu(p), p->oomkilladj,
                       p->comm);
                task_unlock(p);