Re: [PATCH v2 1/2] mm/vmalloc: Add interfaces to free unmapped page table

From: Kani, Toshi
Date: Thu Mar 15 2018 - 10:27:34 EST


On Wed, 2018-03-14 at 15:38 -0700, Andrew Morton wrote:
> On Wed, 14 Mar 2018 12:01:54 -0600 Toshi Kani <toshi.kani@xxxxxxx> wrote:
:
>
> whoops.
>
> --- a/include/asm-generic/pgtable.h~mm-vmalloc-add-interfaces-to-free-unmapped-page-table-fix
> +++ a/include/asm-generic/pgtable.h
> @@ -1014,7 +1014,7 @@ static inline int pud_free_pmd_page(pud_
> {
> return 0;
> }
> -static inline int pmd_free_pte_page(pud_t *pmd)
> +static inline int pmd_free_pte_page(pmd_t *pmd)
> {
> return 0;
> }

Thanks Andrew for catching this!!
-Toshi