On Tue, 26 Aug 2014, Joonsoo Kim wrote: > On Mon, Aug 25, 2014 at 10:27:58AM -0500, Christoph Lameter wrote: > > Uhh.. You would have to specify "slub_nomerge" to get slab to not merge > > slab caches? > > Should fix it. How about following change? > > #ifdef CONFIG_SLUB > __setup("slub_nomerge", setup_slab_nomerge); > #endif > > __setup("slab_nomerge", setup_slab_nomerge); > > This makes "slab_nomerge" works for all SL[aou]B. Ok. At some point we need to make slub_nomerge legacy then. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>