Re: O_CLOEXEC: An alternate proposal

2007-06-08 Thread Jakub Jelinek
On Fri, Jun 08, 2007 at 03:47:12AM -0400, Daniel Colascione wrote: > Hey, this is my first post to linux-kernel, so please be kind. :-) > > Linus Torvalds wrote on May 31: > > I'm with Uli on this one. "Stateful" stuff is bad. It's essentially > > impossible to handle with libraries - either the l

Re: O_CLOEXEC: An alternate proposal

2007-06-08 Thread Eric Dumazet
On Fri, 8 Jun 2007 03:47:12 -0400 (EDT) "Daniel Colascione" <[EMAIL PROTECTED]> wrote: > Hey, this is my first post to linux-kernel, so please be kind. :-) Welcome Daniel > > Linus Torvalds wrote on May 31: > > I'm with Uli on this one. "Stateful" stuff is bad. It's essentially > > impossible t

O_CLOEXEC: An alternate proposal

2007-06-08 Thread Daniel Colascione
Hey, this is my first post to linux-kernel, so please be kind. :-) Linus Torvalds wrote on May 31: > I'm with Uli on this one. "Stateful" stuff is bad. It's essentially > impossible to handle with libraries - either the library would have to > explciitly always turn the state the way _it_ needs it