[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51069] find changes access time on directories
From: |
Eric Blake |
Subject: |
[bug #51069] find changes access time on directories |
Date: |
Mon, 22 May 2017 11:17:01 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0 |
Follow-up Comment #2, bug #51069 (project findutils):
Linux has an extension open(O_NOATIME) that allows one to pick-and-choose when
to NOT adjust the atime of a directory, without being as heavy-handed as a
mount option for all operations on the entire tree. As an extension to POSIX,
we could offer an option to find to turn on noatime mode. But it would first
need support in gnulib's fts code. Several other GNU utilities (like
coreutils' du and friends) could also benefit from exposing such an option, on
operating systems where it is feasible.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51069>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/