Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143218
b: refs/heads/master
c: a8031cb
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Apr 13, 2009
1 parent 5e4c2df commit 3a5d419
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: 3d26dcf7679c5cc6c9f3b95ffdb2152fba2b7fae
refs/heads/master: a8031cb00e286600ea08bd00a6812dbfec412376
2 changes: 1 addition & 1 deletion trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ static int __mem_cgroup_try_charge(struct mm_struct *mm,
if (unlikely(!mem))
return 0;

VM_BUG_ON(mem_cgroup_is_obsolete(mem));
VM_BUG_ON(!mem || mem_cgroup_is_obsolete(mem));

while (1) {
int ret;
Expand Down

0 comments on commit 3a5d419

Please sign in to comment.