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,