Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87893
b: refs/heads/master
c: 1d4a788
h: refs/heads/master
i:
  87891: 885becd
v: v3
  • Loading branch information
YAMAMOTO Takashi authored and Linus Torvalds committed Mar 28, 2008
1 parent eeeb0d3 commit b278224
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: 8c703d35fa91911dd92a18c31a718853f483ad80
refs/heads/master: 1d4a788f15302877ff2cb08f22009e290a36a209
2 changes: 1 addition & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ void __mmdrop(struct mm_struct *mm)
{
BUG_ON(mm == &init_mm);
mm_free_pgd(mm);
mm_free_cgroup(mm);
destroy_context(mm);
free_mm(mm);
}
Expand All @@ -416,6 +415,7 @@ void mmput(struct mm_struct *mm)
spin_unlock(&mmlist_lock);
}
put_swap_token(mm);
mm_free_cgroup(mm);
mmdrop(mm);
}
}
Expand Down

0 comments on commit b278224

Please sign in to comment.