Re: mmotm 2011-05-06-16-39 uploaded (fs/proc/task_mmu)

From: Stephen Wilson
Date: Sat May 07 2011 - 01:37:50 EST


On Fri, May 06, 2011 at 06:35:17PM -0700, Randy Dunlap wrote:
> On Fri, 06 May 2011 16:39:31 -0700 akpm@xxxxxxxxxxxxxxxxxxxx wrote:
>
> > The mm-of-the-moment snapshot 2011-05-06-16-39 has been uploaded to
> >
> > http://userweb.kernel.org/~akpm/mmotm/
> >
> > and will soon be available at
> >
> > git://zen-kernel.org/kernel/mmotm.git
> >
> > It contains the following patches against 2.6.39-rc6:
>
> from "mm-proc-move-show_numa_map-to-fs-proc-task_mmuc.patch":
>
> on i386 (X86_32):
>
> fs/proc/task_mmu.c:981: error: implicit declaration of function 'mpol_to_str'
>
> when CONFIG_SHMEM=n, CONFIG_TMPFS=n, and these NUMA config settings:

OK, thanks for finding this! The key here is CONFIG_TMPFS=n. I think
the only path forward is the obvious one. If reasonable, the following
can be appied just prior to
mm-proc-move-show_numa_map-to-fs-proc-task_mmuc.patch.