2008-10-16 20:38:26

by Randy Dunlap

[permalink] [raw]
Subject: Re: mmotm 2008-10-16-00-52 uploaded

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


2008-10-16 20:48:34

by Alexey Dobriyan

[permalink] [raw]
Subject: Re: mmotm 2008-10-16-00-52 uploaded

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?

2008-10-16 20:53:39

by Randy Dunlap

[permalink] [raw]
Subject: Re: mmotm 2008-10-16-00-52 uploaded

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