On Thu, Sep 23, 2010 at 11:21:25AM -0500, Christoph Lameter wrote: > 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? That's right. I'll do this cleanup (although it may be aside from this patchset.) > Reviewed-by: Christoph Lameter <cl@xxxxxxxxx> Thank you. - Naoya Horiguchi -- 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>