Re: [PATCH 4/8] RSS container core

2007-05-31 Thread Pavel Emelianov
Andrew Morton wrote: >> +#else >> +static inline int container_rss_prepare(struct page *pg, >> +struct vm_area_struct *vma, struct page_container **pc) >> +{ >> +*pc = NULL; /* to make gcc happy */ > > eh? What is gcc's problem here? When this line is missed and CONFIG_RSS_COUNTE

Re: [PATCH 4/8] RSS container core

2007-05-30 Thread Andrew Morton
On Wed, 30 May 2007 19:32:14 +0400 Pavel Emelianov <[EMAIL PROTECTED]> wrote: > The core routines for tracking the page ownership, > registration of RSS subsystem in the containers and > the definition of rss_container as container subsystem > combined with resource counter. > > --- linux-2.6.2

[PATCH 4/8] RSS container core

2007-05-30 Thread Pavel Emelianov
The core routines for tracking the page ownership, registration of RSS subsystem in the containers and the definition of rss_container as container subsystem combined with resource counter. Includes fixes from Balbir Singh <[EMAIL PROTECTED]> Signed-off-by: Pavel Emelianov <[EMAIL PROTECTED]>

[PATCH 4/8] RSS container core

2007-04-09 Thread Pavel Emelianov
This includes * definition of rss_container as container subsystem combined with resource counter; * registration of RSS container in generic containers; * routines for pages tracking. diff -upr linux-2.6.20.orig/include/linux/container_subsys.h linux-2.6.20-2/include/linux/container_subsys.h --