Page MenuHomeFreeBSD

vfs: replace VOP_MARKATIME with VOP_MMAPPED
ClosedPublic

Authored by mjg on Jan 30 2020, 4:22 AM.
Tags
None
Referenced Files
F156529050: D23422.id67489.diff
Thu, May 14, 11:03 AM
Unknown Object (File)
Wed, May 13, 2:44 PM
Unknown Object (File)
Wed, May 13, 9:08 AM
Unknown Object (File)
Thu, May 7, 12:55 PM
Unknown Object (File)
Sun, May 3, 11:48 PM
Unknown Object (File)
Sun, May 3, 1:03 PM
Unknown Object (File)
Mon, Apr 27, 12:44 AM
Unknown Object (File)
Mar 31 2026, 1:03 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.