Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272166
b: refs/heads/master
c: 0089e48
h: refs/heads/master
v: v3
  • Loading branch information
Hillf Danton authored and Linus Torvalds committed Nov 1, 2011
1 parent b4ec693 commit e80e2a7
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: df9d6985be2a7e7683c46e4c6ea608fc69f02b45
refs/heads/master: 0089e4853ae1ac161fae5137170971ccb6f4f152
2 changes: 1 addition & 1 deletion trunk/mm/huge_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ static int do_huge_pmd_wp_page_fallback(struct mm_struct *mm,

for (i = 0; i < HPAGE_PMD_NR; i++) {
copy_user_highpage(pages[i], page + i,
haddr + PAGE_SHIFT*i, vma);
haddr + PAGE_SIZE * i, vma);
__SetPageUptodate(pages[i]);
cond_resched();
}
Expand Down

0 comments on commit e80e2a7

Please sign in to comment.