]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
pagemap-redefine-callback-functions-for-page-table-walker-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 22 May 2014 00:42:41 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:42:41 +0000 (10:42 +1000)
Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/task_mmu.c

index 2ab77b86fdfe2494a53226c008e10d31394d5944..e9b21aef452412b89eedfeeb5a14ee76e810906e 100644 (file)
@@ -1023,7 +1023,7 @@ static void huge_pte_to_pagemap_entry(pagemap_entry_t *pme, struct pagemapread *
 }
 
 /* This function walks within one hugetlb entry in the single call */
-static int pagemap_hugetlb_range(pte_t *pte, unsigned long hmask,
+static int pagemap_hugetlb(pte_t *pte, unsigned long hmask,
                                 unsigned long addr, unsigned long end,
                                 struct mm_walk *walk)
 {