Page MenuHomeFreeBSD

vfs: add vop_stdadd_writecount_nomsync
ClosedPublic

Authored by mjg on Nov 26 2021, 9:52 AM.
Tags
None
Referenced Files
F102739224: D33125.diff
Sat, Nov 16, 1:52 PM
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
Subscribers

Details

Summary

This avoids needing to inspect the mount point every time.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

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
1064

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.