Re: [PATCH] utimens: remove dependency on dup2

2011-09-19 Thread Paul Eggert
On 09/19/11 10:11, Eric Blake wrote: > it was only negative fds where the kernel/glibc issue was leaking through Yes, more specifically, it was only the case where fd == AT_FDCWD.

Re: [PATCH] utimens: remove dependency on dup2

2011-09-19 Thread Eric Blake
On 09/18/2011 09:59 PM, Paul Eggert wrote: * lib/utimens.c (fdutimens): Don't invoke dup2; it's not needed to work around the Linux kernel bug. * modules/utimens (Depends-on): Remove dup2. --- ChangeLog |7 +++ lib/utimens.c | 13 - modules/utimens |1 - 3 f