Re: [PATCH] alternative to sys_indirect, part 1

From: David Miller
Date: Thu Apr 24 2008 - 12:09:38 EST


From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Apr 2008 16:38:35 +0100

> On Thu, 24 Apr 2008 09:00:08 -0700 (PDT)
> David Miller <davem@xxxxxxxxxxxxx> wrote:
>
> > From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
> > Date: Thu, 24 Apr 2008 16:24:44 +0100
> >
> > > BTW in 4.4BSD and derivatives if I remember rightly F_CLOEXEC *is*
> > > inherited across accept() so I doubt any user space software will be too
> > > upset by such a shift.
> >
> > It actually doesn't.
> >
> > Just like in Linux, no file descriptor flags are inherited.
>
> NDELAY certainly appears to be looking at Stevens.

It's checking NDELAY, for the accept() call itself, on the
parent socket.

It allocates the new FD for the process and sets FREAD and
FWRITE in the flags, that's it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/