Re: [ovs-dev] [PATCH v2 4/4] socket-util: Move get_null_fd() to daemon.c.

2014-02-21 Thread Ben Pfaff
On Fri, Feb 21, 2014 at 01:14:36PM -0800, Gurucharan Shetty wrote: > get_null_fd() is only called from daemon.c. > It does not need thread safety features anymore as > it is called either through daemonize_start() or > indirectly through daemonize_complete() once. > > Signed-off-by: Gurucharan She

[ovs-dev] [PATCH v2 4/4] socket-util: Move get_null_fd() to daemon.c.

2014-02-21 Thread Gurucharan Shetty
get_null_fd() is only called from daemon.c. It does not need thread safety features anymore as it is called either through daemonize_start() or indirectly through daemonize_complete() once. Signed-off-by: Gurucharan Shetty --- lib/daemon.c | 20 lib/socket-util.c |