CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/03/29 03:37:33

Modified files:
        sys/tmpfs      : tmpfs_subr.c 

Log message:
sys/tmpfs: use getnanotime() like FFS and MFS

Editing files on tmpfs uses nanotime() to update mtime, and touch uses
utimensat(UTIME_NOW) which uses getnanotime() which is cached and which
can be smaller.

So, sed ... A && touch B leads to mtime(A) > mtime(B) which isn't excted.

"Yep" deraadt@

Reply via email to