On Wed, May 21, 2014 at 07:15:26PM -0500, Christoph Lameter wrote: > On Wed, 21 May 2014, Vladimir Davydov wrote: > > > Don't think so. AFAIU put_cpu_partial() first checks if the per-cpu > > partial list has more than s->cpu_partial objects draining it if so, but > > then it adds the newly frozen slab there anyway. > > Hmmm... Ok true. Maybe insert some code there then. Agree, it's better to add the check to put_cpu_partial() rather than to __slab_free(), because the latter is a hot path. I'll send the patches soon. Thank you! -- 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>