From 7ca236e2f5524c11729fe060f41b2b4f52e76f1a Mon Sep 17 00:00:00 2001 From: David Rientjes Date: Thu, 29 Nov 2012 14:17:35 +1100 Subject: [PATCH] thp: copy_huge_pmd(): copy huge zero page v6 fix Fix comment Signed-off-by: David Rientjes Cc: "Kirill A. Shutemov" Signed-off-by: Andrew Morton --- mm/huge_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 662ac5bea124..96a44e4c3206 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -959,7 +959,7 @@ int copy_huge_pmd(struct mm_struct *dst_mm, struct mm_struct *src_mm, goto out_unlock; } /* - * mm->pagetable lock is enough to be sure that huge zero pmd is not + * mm->page_table_lock is enough to be sure that huge zero pmd is not * under splitting since we don't split the page itself, only pmd to * a page table. */ -- 2.39.5