Page MenuHomeFreeBSD

msdosfs: use vfs_timestamp() to generate timestamps instead of getnanotime()
ClosedPublic

Authored by damjan.jov_gmail.com on May 4 2018, 5:53 PM.
Referenced Files
Unknown Object (File)
Fri, Mar 29, 8:35 AM
Unknown Object (File)
Thu, Mar 21, 6:13 PM
Unknown Object (File)
Dec 20 2023, 4:44 AM
Unknown Object (File)
Sep 7 2023, 3:52 PM
Unknown Object (File)
Sep 2 2023, 12:21 AM
Unknown Object (File)
Sep 2 2023, 12:18 AM
Unknown Object (File)
Sep 2 2023, 12:06 AM
Unknown Object (File)
Jul 25 2023, 12:55 AM
Subscribers

Details

Summary

All filesystems except 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). This patch changes msdosfs to use it too, instead of the current getnanotime().

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

pfg added a reviewer: emaste.

Approved.
Hoping someone else can do the honors though .. I did somethig dumb with my partition table.

This revision is now accepted and ready to land.May 4 2018, 6:08 PM

For the record, his patch first appeared in PR 217560, it's unrelated to the Bug, so I asked for an independent CR.
I will take care of it.

This revision was automatically updated to reflect the committed changes.