On Wed, 28 Jan 2015, Vladimir Davydov wrote: > On Wed, Jan 28, 2015 at 10:37:09AM -0600, Christoph Lameter wrote: > > On Wed, 28 Jan 2015, Vladimir Davydov wrote: > > > > > + /* We do not keep full slabs on the list */ > > > + BUG_ON(free <= 0); > > > > Well sorry we do actually keep a number of empty slabs on the partial > > lists. See the min_partial field in struct kmem_cache. > > It's not about empty slabs, it's about full slabs: free == 0 means slab > is full. Correct. I already acked the patch. -- 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>