On Wed, 8 Sep 2010, Naoya Horiguchi wrote: > This patch modifies hugepage copy functions to have only destination > and source hugepages as arguments for later use. > The old ones are renamed from copy_{gigantic,huge}_page() to > copy_user_{gigantic,huge}_page(). > This naming convention is consistent with that between copy_highpage() > and copy_user_highpage(). Looking at copy_user_highpage(): The vma parameter does not seem to be used anywhere anymore? The vaddr is used on arches that have virtual caching. Maybe removing the vma parameter would allow to simplify the hugetlb code? Reviewed-by: Christoph Lameter <cl@xxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>