Page MenuHomeFreeBSD

vfs: replace VOP_MARKATIME with VOP_MMAPPED
ClosedPublic

Authored by mjg on Jan 30 2020, 4:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 7:25 AM
Unknown Object (File)
Fri, Sep 19, 12:42 PM
Unknown Object (File)
Sep 12 2025, 5:43 AM
Unknown Object (File)
Sep 10 2025, 10:27 AM
Unknown Object (File)
Sep 8 2025, 2:27 PM
Unknown Object (File)
Aug 18 2025, 1:17 AM
Unknown Object (File)
Jun 25 2025, 5:02 PM
Unknown Object (File)
Jun 23 2025, 12:41 PM
Subscribers

Details

Summary

The routine is only provided by ufs and is only used on mmap and exec.

Diff Detail

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

Event Timeline

kib added a reviewer: jhb.

I do not object, I also added John who was the author of the vfs_mark_atime().

sys/ufs/ufs/ufs_vnops.c
685 ↗(On Diff #67489)

It is nice to follow style(9) and avoid initialization in local declarations.

This revision is now accepted and ready to land.Jan 30 2020, 8:31 PM
This revision was automatically updated to reflect the committed changes.