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)
Mon, Sep 29, 4:24 AM
Unknown Object (File)
Sun, Sep 28, 6:20 PM
Unknown Object (File)
Sat, Sep 27, 6:19 AM
Unknown Object (File)
Sat, Sep 27, 6:17 AM
Unknown Object (File)
Sat, Sep 27, 6:11 AM
Unknown Object (File)
Sat, Sep 27, 6:04 AM
Unknown Object (File)
Thu, Sep 25, 8:52 AM
Unknown Object (File)
Wed, Sep 24, 1:10 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.