Re: mmotm 2011-06-30-15-59 uploaded (mm/memcontrol.c)

From: KAMEZAWA Hiroyuki
Date: Thu Jun 30 2011 - 21:01:49 EST


On Fri, 1 Jul 2011 09:15:25 +0900
KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> wrote:

> On Thu, 30 Jun 2011 17:20:54 -0700
> Randy Dunlap <randy.dunlap@xxxxxxxxxx> wrote:
>
> > On Thu, 30 Jun 2011 15:59:43 -0700 akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> >
> > > The mm-of-the-moment snapshot 2011-06-30-15-59 has been uploaded to
> > >
> > > http://userweb.kernel.org/~akpm/mmotm/
> > >
> > > and will soon be available at
> > > git://zen-kernel.org/kernel/mmotm.git
> > > or
> > > git://git.cmpxchg.org/linux-mmotm.git
> > >
> > > It contains the following patches against 3.0-rc5:
> >
> > I see several of these build errors:
> >
> > mmotm-2011-0630-1559/mm/memcontrol.c:1579: error: implicit declaration of function 'mem_cgroup_node_nr_file_lru_pages'
> > mmotm-2011-0630-1559/mm/memcontrol.c:1583: error: implicit declaration of function 'mem_cgroup_node_nr_anon_lru_pages'
> >
>
> Thanks...maybe !CONFIG_NUMA again. will post a fix soon.
>

fix here. compiled and booted on !CONFIG_NUMA on my host.
I think I should do total cleanup of functions in mm/memcontrol.c
in the next week..several functions implements similar logics....
==