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.