public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: + mm-create-a-separate-slab-for-page-ptl-allocation.patch added to -mm tree
       [not found] <527978e1.gJq89ytISidyDor2%akpm@linux-foundation.org>
@ 2013-11-05 22:47 ` Kirill A. Shutemov
  0 siblings, 0 replies; only message in thread
From: Kirill A. Shutemov @ 2013-11-05 22:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: mm-commits, peterz, mingo, fengguang.wu, kirill.shutemov

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-05 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <527978e1.gJq89ytISidyDor2%akpm@linux-foundation.org>
2013-11-05 22:47 ` + mm-create-a-separate-slab-for-page-ptl-allocation.patch added to -mm tree Kirill A. Shutemov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox