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().
Details
Details
- Reviewers
pfg - Group Reviewers
Src Committers - Commits
- rS333311: msdosfs: use vfs_timestamp() to generate timestamps instead of getnanotime().
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Approved.
Hoping someone else can do the honors though .. I did somethig dumb with my partition table.
Comment Actions
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.