bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix find -printf %Y on systems with fstatat().


From: Nick Alcock
Subject: Re: [PATCH] Fix find -printf %Y on systems with fstatat().
Date: Wed, 06 Jun 2012 17:47:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux)

On 6 Jun 2012, Nick Alcock uttered the following:

> We were dropping back to the fallback stat (which turns into an
> fstatat() with O_NOFOLLOW) even when the return from fstatat()
> indicated -ENOENT or -ELOOP, which should be preserved unchanged
> so that the caller can print 'L' or 'N' accordingly.

Hm. I must have typoed in my make check run, because this is now
triggering testsuite failures: find -H is broken. Finding a better fix
now...

-- 
NULL && (void)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]