Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108242
b: refs/heads/master
c: 9623e07
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Aug 12, 2008
1 parent 2386dc0 commit 469ad45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ee1062b4ee82a56294808a065b64f4bc6781a56
refs/heads/master: 9623e078c1f4692a91531af2f639ec8aff8f0472
2 changes: 2 additions & 0 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ int mem_cgroup_shrink_usage(struct mm_struct *mm, gfp_t gfp_mask)

if (mem_cgroup_subsys.disabled)
return 0;
if (!mm)
return 0;

rcu_read_lock();
mem = mem_cgroup_from_task(rcu_dereference(mm->owner));
Expand Down

0 comments on commit 469ad45

Please sign in to comment.