Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222863
b: refs/heads/master
c: 1f64d69
h: refs/heads/master
i:
  222861: e8b08c2
  222859: 49e5680
  222855: 4566006
  222847: 61c88f6
v: v3
  • Loading branch information
Dean Nelson authored and Linus Torvalds committed Dec 2, 2010
1 parent 40f64e8 commit 68fdc53
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 94c35de9a918665d9354efe2bafc29ba4b37497a
refs/heads/master: 1f64d69c7ad2e48e697493e45590679f7a69b7b2
3 changes: 2 additions & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2738,7 +2738,8 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
unlock_page(pagecache_page);
put_page(pagecache_page);
}
unlock_page(page);
if (page != pagecache_page)
unlock_page(page);

out_mutex:
mutex_unlock(&hugetlb_instantiation_mutex);
Expand Down

0 comments on commit 68fdc53

Please sign in to comment.