Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127584
b: refs/heads/master
c: 5499276
h: refs/heads/master
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Jan 8, 2009
1 parent 9b29fff commit 5b74667
Show file tree
Hide file tree
Showing 2 changed files with 4 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: eeee9a8cd1e93c8b94e7788790fa9e2f8910c779
refs/heads/master: 549927620b04a8f8073ce2ee2a8977f209af2ee5
3 changes: 3 additions & 0 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ page_cgroup_zoneinfo(struct page_cgroup *pc)
int nid = page_cgroup_nid(pc);
int zid = page_cgroup_zid(pc);

if (!mem)
return NULL;

return mem_cgroup_zoneinfo(mem, nid, zid);
}

Expand Down

0 comments on commit 5b74667

Please sign in to comment.