| Date | Fri, 11 Jan 2008 10:37:30 -0500 | From | Rik van Riel <> | Subject | Re: [patch 05/19] split LRU lists into anon & file sets |
| |
On Fri, 11 Jan 2008 12:59:31 +0900 KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> 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.
|