Re: [ovs-dev] [PATCH] socket-util: Use set_nonblocking() helper function.

2013-02-01 Thread Ben Pfaff
Thanks, I'll push this soon. On Fri, Feb 01, 2013 at 02:52:05PM -0800, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > On Fri, Feb 1, 2013 at 2:48 PM, Ben Pfaff wrote: > > There's no reason to inline this when we have a helper for it. > > > > Signed-off-by: Ben Pfaff > > --- > > This is a r

Re: [ovs-dev] [PATCH] socket-util: Use set_nonblocking() helper function.

2013-02-01 Thread Ethan Jackson
Acked-by: Ethan Jackson On Fri, Feb 1, 2013 at 2:48 PM, Ben Pfaff wrote: > There's no reason to inline this when we have a helper for it. > > Signed-off-by: Ben Pfaff > --- > This is a repost of a patch originally posted Oct. 31, 2012. > > lib/socket-util.c |9 ++--- > 1 files changed,

[ovs-dev] [PATCH] socket-util: Use set_nonblocking() helper function.

2013-02-01 Thread Ben Pfaff
There's no reason to inline this when we have a helper for it. Signed-off-by: Ben Pfaff --- This is a repost of a patch originally posted Oct. 31, 2012. lib/socket-util.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/socket-util.c b/lib/socket-util.c index

[ovs-dev] [PATCH] socket-util: Use set_nonblocking() helper function.

2012-10-31 Thread Ben Pfaff
There's no reason to inline this when we have a helper for it. Signed-off-by: Ben Pfaff --- lib/socket-util.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/socket-util.c b/lib/socket-util.c index a37dfe4..f6ee044 100644 --- a/lib/socket-util.c +++ b/lib/soc