Re: [PATCH] Allow compat_ioctl.c to compile without CONFIG_NET

2007-05-10 Thread Christoph Hellwig
On Thu, May 10, 2007 at 06:41:20PM +0900, Simon Horman wrote: > A small regression appears to have been introduced in the recent patch > "cleanup compat ioctl handling", which was included in Linus' tree after > 2.6.20. > > siocdevprivate_ioctl() is no longer defined if CONFIG_NET is undefined, >

Re: [PATCH] Allow compat_ioctl.c to compile without CONFIG_NET

2007-05-10 Thread Andi Kleen
On Thu, May 10, 2007 at 06:41:20PM +0900, Simon Horman wrote: > A small regression appears to have been introduced in the recent patch > "cleanup compat ioctl handling", which was included in Linus' tree after > 2.6.20. > > siocdevprivate_ioctl() is no longer defined if CONFIG_NET is undefined, >

Re: [PATCH] Allow compat_ioctl.c to compile without CONFIG_NET

2007-05-10 Thread Arnd Bergmann
On Thursday 10 May 2007, Simon Horman wrote: > A small regression appears to have been introduced in the recent patch > "cleanup compat ioctl handling", which was included in Linus' tree after > 2.6.20. > > siocdevprivate_ioctl() is no longer defined if CONFIG_NET is undefined, > whereas previousl