On Fri, 11 Jan 2008 12:59:31 +0900
KOSAKI Motohiro <[EMAIL PROTECTED]> wrote:

> Hi Rik
> 
> > -static inline long mem_cgroup_calc_reclaim_inactive(struct mem_cgroup *mem,
> > -                                   struct zone *zone, int priority)
> > +static inline long mem_cgroup_calc_reclaim(struct mem_cgroup *mem,
> > +                                   struct zone *zone, int priority,
> > +                                   int active, int file)
> >  {
> >     return 0;
> >  }
> 
> it can't compile if memcgroup turn off.

Doh!  Good point.

Thank you for pointing out this error.  I applied your fix to my tree,
it will be in the next version.

-- 
All rights reversed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to