On Wed, 28 Jan 2015, Vladimir Davydov wrote: > Yeah, right. In addition to that I misplaced the check - it should go > after discard_slab, where we decrement nr_slabs. Here goes the updated > patch: > > From: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> > Subject: [PATCH] slub: fix kmem_cache_shrink return value > > It is supposed to return 0 if the cache has no remaining objects and 1 > otherwise, while currently it always returns 0. Fix it. Acked-by: Christoph Lameter <cl@xxxxxxxxx> -- 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>