Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42664
b: refs/heads/master
c: a3eea48
h: refs/heads/master
v: v3
  • Loading branch information
Rik Bobbaers authored and Linus Torvalds committed Dec 7, 2006
1 parent 240a2c4 commit a705e4c
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: 8fb4fc68ca391862b061b3d358a288ccf6abed39
refs/heads/master: a3eea484f7a1aadb70ed6665338026a09ad6ce85
2 changes: 1 addition & 1 deletion trunk/mm/mlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int mlock_fixup(struct vm_area_struct *vma, struct vm_area_struct **prev,
ret = make_pages_present(start, end);
}

vma->vm_mm->locked_vm -= pages;
mm->locked_vm -= pages;
out:
if (ret == -ENOMEM)
ret = -EAGAIN;
Expand Down

0 comments on commit a705e4c

Please sign in to comment.