Messages in this thread |  | | Date | Wed, 6 Nov 2013 00:47:04 +0200 | From | "Kirill A. Shutemov" <> | Subject | Re: + mm-create-a-separate-slab-for-page-ptl-allocation.patch added to -mm tree |
| |
On Tue, Nov 05, 2013 at 03:01:53PM -0800, akpm@linux-foundation.org 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
|  |