Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143799
b: refs/heads/master
c: e638c13
h: refs/heads/master
i:
  143797: 7ed2d87
  143795: 0264348
  143791: 1b22d07
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Apr 21, 2009
1 parent d960b05 commit 8063c5f
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: c12ddba09394c60e1120e6997794fa6ed52da884
refs/heads/master: e638c1394010859a015a3b533ee452d768e62cea
2 changes: 1 addition & 1 deletion trunk/include/linux/memcontrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int mm_match_cgroup(const struct mm_struct *mm, const struct mem_cgroup *cgroup)
{
struct mem_cgroup *mem;
rcu_read_lock();
mem = mem_cgroup_from_task((mm)->owner);
mem = mem_cgroup_from_task(rcu_dereference((mm)->owner));
rcu_read_unlock();
return cgroup == mem;
}
Expand Down

0 comments on commit 8063c5f

Please sign in to comment.