From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 9 Jan 2014 01:17:49 +1100 From: Anton Blanchard To: Wanpeng Li Subject: Re: [PATCH] slub: Don't throw away partial remote slabs if there is no local memory Message-ID: <20140109011749.6888b57d@kryten> In-Reply-To: <20140107041939.GA20916@hacker.(null)> References: <20140107132100.5b5ad198@kryten> <20140107041939.GA20916@hacker.(null)> 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 Wanpeng, > >+ if (node_spanned_pages(node)) { > > s/node_spanned_pages/node_present_pages Thanks, I hadn't come across node_present_pages() before. Anton