You are right! It is my fault,
I saw some definitions #ifdef CONFIG_PROC_FS /#endif and then usage of
structures defined inside and i did the test in a not very precise way I
just undefed the CONFIG_PROC_FS in the source and bang... several build
errors.
I am sorry it is my fault!
But actually it was more like a question, thought it did not sound like
one.
Rumen
On Fri, 2007-11-09 at 14:23 +0900, Simon Horman wrote:
> On Thu, Nov 08, 2007 at 04:58:18PM +0200, Rumen Bogdanovski wrote:
> > Hi
> > I have spotted a building problem of IPVS without CONFIG_PROC_FS. I do
> > not know if this is something to worry about, but since the procfs
> > related stuff is surrounded by ifdef/endif, I have added some more to
> > eliminate the compiler errors with no CONFIG_PROC_FS defined.
>
> Hi Rumen,
>
> what problems are you seeing? Could you send the build log? Also, could
> you send me your build config, perhaps I can reproduce the problem using
> it.
>
> I'm using the net-2.6 tree and I can compile LVS fine without your patch
> and without CONFIG_PROC_FS because of the no-op definitions of
> create_proc_entry() that can be seen towards then end of
> include/linux/proc_fs.h
>
|