git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433abed
)
hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()
author
Naoya Horiguchi
<n-horiguchi@ah.jp.nec.com>
Fri, 10 Sep 2010 04:23:04 +0000
(13:23 +0900)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 24 Sep 2010 00:29:18 +0000
(17:29 -0700)
Obviously, setting anon_vma for COWed hugepage should be done
by hugepage_add_new_anon_rmap() to scan vmas faster.
This patch fixes it.
Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Acked-by: Andrea Arcangeli <aarcange@redhat.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found