On 12/14/2011 04:19 AM, dongsu.park(a)profitbricks.com wrote:
From: Dongsu Park <dongsu.park(a)profitbricks.com>
If fcntl with F_DUPFD_CLOEXEC fails, we need to try again to use dup()
to get the fd, instead of giving up right away.
NACK. gnulib guarantees that F_DUPFD_CLOEXEC works (albeit not
atomically), even on systems where it is not implemented natively.
Falling back to dup() is worthless, since gnulib already provided the
necessary fallbacks as part of its rpl_fcntl.
--
Eric Blake eblake(a)redhat.com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org