Re: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL

2007-06-22 Thread Yoshinori Sato
At Tue, 12 Jun 2007 23:05:45 -0700 (PDT), David Miller wrote: > > From: Yoshinori Sato <[EMAIL PROTECTED]> > Date: Wed, 13 Jun 2007 14:59:16 +0900 > > > At Tue, 12 Jun 2007 01:08:55 -0700 (PDT), > > David Miller wrote: > > > > > 2) It is much better to add the appropriate CONFIG_SYSCTL > > >

Re: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL

2007-06-12 Thread Yoshinori Sato
At Tue, 12 Jun 2007 01:08:55 -0700 (PDT), David Miller wrote: > > From: Yoshinori Sato <[EMAIL PROTECTED]> > Date: Tue, 12 Jun 2007 16:38:55 +0900 > > > It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y. > > In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y. > > > > Signed-off-by:

Re: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL

2007-06-12 Thread David Miller
From: Yoshinori Sato <[EMAIL PROTECTED]> Date: Wed, 13 Jun 2007 14:59:16 +0900 > At Tue, 12 Jun 2007 01:08:55 -0700 (PDT), > David Miller wrote: > > > 2) It is much better to add the appropriate CONFIG_SYSCTL > >ifdefs to the INET code than to force it on for everyone. > > It examined that,

Re: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL

2007-06-12 Thread David Miller
From: Yoshinori Sato <[EMAIL PROTECTED]> Date: Tue, 12 Jun 2007 16:38:55 +0900 > It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y. > In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y. > > Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]> 1) Please post networking patches to netdev