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)
Feb 12 2024, 4:31 PM
Unknown Object (File)
Dec 20 2023, 5:02 AM
Unknown Object (File)
Nov 22 2023, 9:56 AM
Unknown Object (File)
Nov 6 2023, 8:27 PM
Unknown Object (File)
Nov 6 2023, 6:12 AM
Unknown Object (File)
Nov 6 2023, 5:08 AM
Unknown Object (File)
Nov 5 2023, 11:00 PM
Unknown Object (File)
Oct 21 2023, 8:55 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.