Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209683
b: refs/heads/master
c: 8d6c83f
h: refs/heads/master
i:
  209681: 43d7dfc
  209679: 018a10d
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Aug 20, 2010
1 parent f34d614 commit 8de9db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b52723c5607f7684c2c0c075f86f86da0d7fb6d0
refs/heads/master: 8d6c83f0ba5e1bd1e8bb2e3c7de4c276dc247f99
2 changes: 1 addition & 1 deletion trunk/mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ static void dump_tasks(const struct mem_cgroup *mem)
}

pr_info("[%5d] %5d %5d %8lu %8lu %3u %3d %5d %s\n",
task->pid, __task_cred(task)->uid, task->tgid,
task->pid, task_uid(task), task->tgid,
task->mm->total_vm, get_mm_rss(task->mm),
task_cpu(task), task->signal->oom_adj,
task->signal->oom_score_adj, task->comm);
Expand Down

0 comments on commit 8de9db8

Please sign in to comment.