Re: [patch 1/3] epoll cleanups - epoll include diet ...

2007-04-06 Thread Davide Libenzi
On Thu, 5 Apr 2007, Andrew Morton wrote: > On Thu, 5 Apr 2007 18:12:58 -0700 (PDT) > Davide Libenzi wrote: > > > On Thu, 5 Apr 2007, Andrew Morton wrote: > > > > > epoll uses signal stuff and might need signal.h. It implements syscalls > > > and it certainly needs to have those syscall's proto

Re: [patch 1/3] epoll cleanups - epoll include diet ...

2007-04-05 Thread Andrew Morton
On Thu, 5 Apr 2007 18:12:58 -0700 (PDT) Davide Libenzi wrote: > On Thu, 5 Apr 2007, Andrew Morton wrote: > > > epoll uses signal stuff and might need signal.h. It implements syscalls > > and it certainly needs to have those syscall's prototypes in scope. It > > surely uses stuff from mm.h (doe

Re: [patch 1/3] epoll cleanups - epoll include diet ...

2007-04-05 Thread Davide Libenzi
On Thu, 5 Apr 2007, Andrew Morton wrote: > epoll uses signal stuff and might need signal.h. It implements syscalls > and it certainly needs to have those syscall's prototypes in scope. It > surely uses stuff from mm.h (doesn't everything??) Ack about signal.h, I forgot about the pwait code :( W

Re: [patch 1/3] epoll cleanups - epoll include diet ...

2007-04-05 Thread Andrew Morton
On Tue, 03 Apr 2007 18:35:06 -0700 Davide Libenzi wrote: > Remove some unneeded include files from epoll code. > Our definitions of "unneeded" might differ. > > Signed-off-by: Davide Libenzi > > > - Davide > > > > Index: linux-2.6.21-rc5.mm4/fs/eventpoll.c >

[patch 1/3] epoll cleanups - epoll include diet ...

2007-04-03 Thread Davide Libenzi
Remove some unneeded include files from epoll code. Signed-off-by: Davide Libenzi - Davide Index: linux-2.6.21-rc5.mm4/fs/eventpoll.c === --- linux-2.6.21-rc5.mm4.orig/fs/eventpoll.c2007-04-03 17:59:54.0 -0700 +++