Re: + mm-create-a-separate-slab-for-page-ptl-allocation.patch addedto -mm tree

From: Kirill A. Shutemov
Date: Tue Nov 05 2013 - 18:43:49 EST


On Tue, Nov 05, 2013 at 03:01:53PM -0800, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> diff -puN mm/memory.c~mm-create-a-separate-slab-for-page-ptl-allocation mm/memory.c
> --- a/mm/memory.c~mm-create-a-separate-slab-for-page-ptl-allocation
> +++ a/mm/memory.c
> @@ -4272,11 +4272,19 @@ void copy_user_huge_page(struct page *ds
> #endif /* CONFIG_TRANSPARENT_HUGEPAGE || CONFIG_HUGETLBFS */
>
> #if USE_SPLIT_PTE_PTLOCKS
> +struct kmem_cache *page_ptl_cachep;

Just noticed that it should be static. Could you fix it?
Sorry.

--
Kirill A. Shutemov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/