From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759773AbbA2B4P (ORCPT ); Wed, 28 Jan 2015 20:56:15 -0500 Received: from mx2.parallels.com ([199.115.105.18]:34994 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759618AbbA2Bzt (ORCPT ); Wed, 28 Jan 2015 20:55:49 -0500 Date: Wed, 28 Jan 2015 18:00:25 +0300 From: Vladimir Davydov To: Christoph Lameter CC: Andrew Morton , Pekka Enberg , David Rientjes , Joonsoo Kim , Johannes Weiner , Michal Hocko , , Subject: Re: [PATCH -mm 1/3] slub: don't fail kmem_cache_shrink if slab placement optimization fails Message-ID: <20150128150025.GA11463@esperanza> References: <3804a429071f939e6b4f654b6c6426c1fdd95f7e.1422275084.git.vdavydov@parallels.com> <20150126170147.GB28978@esperanza> <20150126193629.GA2660@esperanza> <20150127125838.GD5165@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 27, 2015 at 11:02:12AM -0600, Christoph Lameter wrote: > What you could do is simply put all slab pages with more than 32 objects > available at the end of the list. OK, got it, will redo. Thanks!