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
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
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
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
>
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
+++
5 matches
Mail list logo