[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1408251026110.27302@gentwo.org>
Date: Mon, 25 Aug 2014 10:27:58 -0500 (CDT)
From: Christoph Lameter <cl@...ux.com>
To: Joonsoo Kim <iamjoonsoo.kim@....com>
cc: Andrew Morton <akpm@...ux-foundation.org>,
Pekka Enberg <penberg@...nel.org>,
David Rientjes <rientjes@...gle.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] mm/slab_common: commonize slab merge logic
On Thu, 21 Aug 2014, Joonsoo Kim wrote:
> +static int __init setup_slab_nomerge(char *str)
> +{
> + slab_nomerge = 1;
> + return 1;
> +}
> +__setup("slub_nomerge", setup_slab_nomerge);
Uhh.. You would have to specify "slub_nomerge" to get slab to not merge
slab caches?
Otherwise this is a straightforward move into the common area.
--
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