Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207207
b: refs/heads/master
c: c81fac5
h: refs/heads/master
i:
  207205: 652c265
  207203: 322b5fb
  207199: b8e849a
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Aug 10, 2010
1 parent 35a2ae5 commit 2006059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74ab7f1d3f22ccb02f8b14f1f2375416b1ab0adb
refs/heads/master: c81fac5cb8c92b8b4795ac250a46c7514d1fce06
4 changes: 2 additions & 2 deletions trunk/mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ static void dump_tasks(const struct mem_cgroup *mem)
continue;
}

printk(KERN_INFO "[%5d] %5d %5d %8lu %8lu %3d %3d %s\n",
printk(KERN_INFO "[%5d] %5d %5d %8lu %8lu %3u %3d %s\n",
task->pid, __task_cred(task)->uid, task->tgid,
task->mm->total_vm, get_mm_rss(task->mm),
(int)task_cpu(task), task->signal->oom_adj, p->comm);
task_cpu(task), task->signal->oom_adj, task->comm);
task_unlock(task);
}
}
Expand Down

0 comments on commit 2006059

Please sign in to comment.