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)
Tue, Dec 10, 7:13 PM
Unknown Object (File)
Fri, Dec 6, 8:07 PM
Unknown Object (File)
Oct 18 2024, 12:11 PM
Unknown Object (File)
Oct 18 2024, 12:10 PM
Unknown Object (File)
Oct 18 2024, 12:10 PM
Unknown Object (File)
Oct 18 2024, 11:32 AM
Unknown Object (File)
Oct 2 2024, 7:49 AM
Unknown Object (File)
Sep 22 2024, 1:38 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.