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)
Fri, Oct 31, 6:07 AM
Unknown Object (File)
Mon, Oct 27, 11:35 PM
Unknown Object (File)
Mon, Oct 27, 2:02 AM
Unknown Object (File)
Tue, Oct 21, 9:47 AM
Unknown Object (File)
Tue, Oct 21, 9:47 AM
Unknown Object (File)
Tue, Oct 21, 9:47 AM
Unknown Object (File)
Mon, Oct 20, 10:19 PM
Unknown Object (File)
Oct 4 2025, 7:25 AM
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.