From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with SMTP id 717A86B004A for ; Wed, 6 Oct 2010 17:42:28 -0400 (EDT) Date: Wed, 6 Oct 2010 16:42:24 -0500 (CDT) From: Christoph Lameter Subject: Re: [PATCH 1/2] SLAB: Add function to get slab cache for a page In-Reply-To: <1286398930-11956-2-git-send-email-andi@firstfloor.org> Message-ID: References: <1286398930-11956-1-git-send-email-andi@firstfloor.org> <1286398930-11956-2-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org To: Andi Kleen Cc: linux-mm@kvack.org, penberg@cs.helsinki.fi, mpm@selenic.com, Andi Kleen List-ID: On Wed, 6 Oct 2010, Andi Kleen wrote: > +struct kmem_cache *kmem_page_cache(struct page *p); That sounds as if we do something with the page cache. kmem_cache_of_slab_page(struct page *) ? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org