[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20131105224704.GD20167@shutemov.name>
Date: Wed, 6 Nov 2013 00:47:04 +0200
From: "Kirill A. Shutemov" <kirill@...temov.name>
To: linux-kernel@...r.kernel.org
Cc: mm-commits@...r.kernel.org, peterz@...radead.org, mingo@...hat.com,
fengguang.wu@...el.com, kirill.shutemov@...ux.intel.com
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@...ux-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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists