Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29035
b: refs/heads/master
c: 0ae26f1
h: refs/heads/master
i:
  29033: 8c29253
  29031: b3c763d
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 23, 2006
1 parent 90217d0 commit 6288801
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: 32797f976d62af709943aae38a9457b5a6dbcd8a
refs/heads/master: 0ae26f1b3159f3acb21ae1e866c3c7e16edd450f
2 changes: 2 additions & 0 deletions trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ void fastcall __mmdrop(struct mm_struct *mm)
*/
void mmput(struct mm_struct *mm)
{
might_sleep();

if (atomic_dec_and_test(&mm->mm_users)) {
exit_aio(mm);
exit_mmap(mm);
Expand Down

0 comments on commit 6288801

Please sign in to comment.