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)
Thu, Jan 16, 11:54 AM
Unknown Object (File)
Dec 13 2024, 8:27 PM
Unknown Object (File)
Dec 10 2024, 6:22 PM
Unknown Object (File)
Nov 30 2024, 6:15 AM
Unknown Object (File)
Nov 28 2024, 10:53 PM
Unknown Object (File)
Nov 23 2024, 10:54 PM
Unknown Object (File)
Nov 20 2024, 4:22 PM
Unknown Object (File)
Nov 19 2024, 3:41 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.