K 10 svn:author V 3 pfg K 8 svn:date V 27 2018-06-06T22:29:21.886383Z K 7 svn:log V 377 MFC r333311: msdosfs: use vfs_timestamp() to generate timestamps instead of getnanotime(). Most filesystems, with the notable exceptions of msdosfs and autofs use only vfs_timestamp() to read the current time. This has the benefit of configurable granularity (using the vfs.timestamp_precision sysctl). For convenience, use it on msdosfs too. Submitted by: Damjan Jovanovic END