On Thu, 16 Oct 2008, [email protected] wrote:
> The mm-of-the-moment snapshot 2008-10-16-00-52 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> It contains the following patches against 2.6.27:
build-r9169.out:ksysfs.c:(.text+0x1a773): undefined reference to `create_proc_profile'
when CONFIG_PROC_FS=n and CONFIG_SYSFS=n
--
~Randy
On Thu, Oct 16, 2008 at 01:38:13PM -0700, Randy.Dunlap wrote:
> On Thu, 16 Oct 2008, [email protected] wrote:
>
> > The mm-of-the-moment snapshot 2008-10-16-00-52 has been uploaded to
> >
> > http://userweb.kernel.org/~akpm/mmotm/
> >
> > It contains the following patches against 2.6.27:
>
>
> build-r9169.out:ksysfs.c:(.text+0x1a773): undefined reference to `create_proc_profile'
>
> when CONFIG_PROC_FS=n and CONFIG_SYSFS=n
ksysfs.c is compiled if SYSFS=n?
what's up?
On Fri, 17 Oct 2008, Alexey Dobriyan wrote:
> On Thu, Oct 16, 2008 at 01:38:13PM -0700, Randy.Dunlap wrote:
> > On Thu, 16 Oct 2008, [email protected] wrote:
> >
> > > The mm-of-the-moment snapshot 2008-10-16-00-52 has been uploaded to
> > >
> > > http://userweb.kernel.org/~akpm/mmotm/
> > >
> > > It contains the following patches against 2.6.27:
> >
> >
> > build-r9169.out:ksysfs.c:(.text+0x1a773): undefined reference to `create_proc_profile'
> >
> > when CONFIG_PROC_FS=n and CONFIG_SYSFS=n
>
> ksysfs.c is compiled if SYSFS=n?
>
> what's up?
Yes, that's what Makefile says... odd.
--
~Randy