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)
Sun, Nov 10, 5:27 PM
Unknown Object (File)
Sun, Nov 10, 3:19 PM
Unknown Object (File)
Sun, Nov 10, 3:05 PM
Unknown Object (File)
Thu, Nov 7, 3:15 PM
Unknown Object (File)
Thu, Nov 7, 3:15 PM
Unknown Object (File)
Wed, Nov 6, 10:34 AM
Unknown Object (File)
Tue, Nov 5, 3:00 PM
Unknown Object (File)
Thu, Oct 24, 12:35 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.