Page MenuHomeFreeBSD

vfs: add vop_stdadd_writecount_nomsync
ClosedPublic

Authored by mjg on Nov 26 2021, 9:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 11:44 AM
Unknown Object (File)
Feb 15 2024, 5:36 AM
Unknown Object (File)
Jan 26 2024, 7:21 PM
Unknown Object (File)
Jan 26 2024, 7:21 PM
Unknown Object (File)
Jan 26 2024, 7:21 PM
Unknown Object (File)
Jan 26 2024, 7:09 PM
Unknown Object (File)
Jan 12 2024, 11:32 PM
Unknown Object (File)
Jan 2 2024, 5:36 AM
Subscribers

Details

Summary

This avoids needing to inspect the mount point every time.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mjg requested review of this revision.Nov 26 2021, 9:52 AM

Would be nice if MNTK_NOMSYNC was removed altogether. Now there is only one use of it is left, in vfs_periodic().

sys/sys/vnode.h
1065

Why this declaration is not in vop_std* section?

This revision is now accepted and ready to land.Nov 26 2021, 10:17 AM
This revision was automatically updated to reflect the committed changes.