[bug #33724] Find command is changing the access time of directory

2018-09-28 Thread Bernhard Voelker
Follow-up Comment #3, bug #33724 (project findutils): [CC-ing gnulib, in the hope they see the attachment as well.] On Sun 01 Nov 2015 11:19:53 PM CET, James Youngman wrote: > It looks like the FTS_NOATIME flag does what's needed. Not quite: openat() returns with EPERM if: $ man openat | grep

[bug #42318] find with xdev traverses other filesystem when mountpiont is subdirectory

2018-09-28 Thread Eric Blake
Follow-up Comment #12, bug #42318 (project findutils): The initial POSIX interpretation has come out, and recommends standardizing -mount to behave like nftw(FTW_MOUNT) (which does NOT include the mount point - Solaris style), and adding nftw(FTW_XDEV) to match the existing behavior of -xdev (whic