kernel - Change default vfs timestamp precision sec -> usec
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 6 Jan 2020 08:27:52 +0000 (00:27 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 6 Jan 2020 08:27:52 +0000 (00:27 -0800)
commit059f83f6c0e32bfdae6ac1307b582a27d3c05ea7
tree3ca6ea69fc1595429363fc473bd2cd5634b8b7b8
parent0212bfce3dfe4ea35892f1f079e502251e8c6f56
kernel - Change default vfs timestamp precision sec -> usec

* Change the default vfs.timestamp_precision setting from
  seconds (0) to microseconds (2).

* Nanoseconds is more problematic because utimes() only has a
  microsecond precision and cpu concurrency might cause some confusion.
  So for now leave it set to microseconds.
sys/kern/vfs_subr.c