[Devel] Re: [PATCH 2/8] Add container pointer on struct page

Andrew Morton akpm at linux-foundation.org
Wed May 30 14:45:02 PDT 2007


On Wed, 30 May 2007 19:28:04 +0400
Pavel Emelianov <xemul at openvz.org> wrote:

> +#ifdef CONFIG_RSS_CONTAINER
> +#define page_container(page)	(page->rss_container)
> +#else
> +#define page_container(page)	(NULL)
> +#endif

static inline C functions are nicer.




More information about the Devel mailing list