public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Kirill A. Shutemov" <kirill@shutemov.name>
To: linux-kernel@vger.kernel.org
Cc: mm-commits@vger.kernel.org, peterz@infradead.org,
	mingo@redhat.com, fengguang.wu@intel.com,
	kirill.shutemov@linux.intel.com
Subject: Re: + mm-create-a-separate-slab-for-page-ptl-allocation.patch added to -mm tree
Date: Wed, 6 Nov 2013 00:47:04 +0200	[thread overview]
Message-ID: <20131105224704.GD20167@shutemov.name> (raw)
In-Reply-To: <527978e1.gJq89ytISidyDor2%akpm@linux-foundation.org>

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

           reply	other threads:[~2013-11-05 23:43 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <527978e1.gJq89ytISidyDor2%akpm@linux-foundation.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131105224704.GD20167@shutemov.name \
    --to=kirill@shutemov.name \
    --cc=fengguang.wu@intel.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=mm-commits@vger.kernel.org \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox