Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276540
b: refs/heads/master
c: b6999b1
h: refs/heads/master
v: v3
  • Loading branch information
Youquan Song authored and Linus Torvalds committed Dec 9, 2011
1 parent a9bd711 commit d11ea7c
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: 09dc3cf93f7d16fdd37a0ad8486faebb5e2769ec
refs/heads/master: b6999b19120931ede364fa3b685e698a61fed31d
2 changes: 2 additions & 0 deletions trunk/arch/x86/mm/gup.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ static noinline int gup_huge_pud(pud_t pud, unsigned long addr,
do {
VM_BUG_ON(compound_head(page) != head);
pages[*nr] = page;
if (PageTail(page))
get_huge_page_tail(page);
(*nr)++;
page++;
refs++;
Expand Down

0 comments on commit d11ea7c

Please sign in to comment.