From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 9 Jan 2014 01:14:29 +1100 From: Anton Blanchard To: David Laight Subject: Re: [PATCH] slub: Don't throw away partial remote slabs if there is no local memory Message-ID: <20140109011429.61ce8545@kryten> In-Reply-To: <063D6719AE5E284EB5DD2968C1650D6D453A4E@AcuExch.aculab.com> References: <20140107132100.5b5ad198@kryten> <063D6719AE5E284EB5DD2968C1650D6D453A4E@AcuExch.aculab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: "cl@linux-foundation.org" , "nacc@linux.vnet.ibm.com" , "penberg@kernel.org" , "linux-mm@kvack.org" , "paulus@samba.org" , "mpm@selenic.com" , "linuxppc-dev@lists.ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi David, > Why not just delete the entire test? > Presumably some time a little earlier no local memory was available. > Even if there is some available now, it is very likely that some won't > be available again in the near future. I agree, the current behaviour seems strange but it has been around since the inital slub commit. Anton