NetBSD-Bugs archive

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

Re: kern/58571: utimensat tests are failing on armv7, aarch64, and riscv64



This might be a matter of file systems with noatime.

May need to teach the test to skip the atime checks if the file system
is mounted noatime.  What's the quickest way to do that?  Is it
exposed through statvfs or do we have to go through getmntopts and
guessing which mount point is right?


Home | Main Index | Thread Index | Old Index