Page MenuHomeFreeBSD

vfs: refactor vnode allocation
ClosedPublic

Authored by mjg on Jan 13 2020, 8:44 PM.
Tags
None
Referenced Files
F138013033: D23158.diff
Fri, Nov 28, 3:48 AM
F138012652: D23158.diff
Fri, Nov 28, 3:42 AM
F138011763: D23158.diff
Fri, Nov 28, 3:29 AM
Unknown Object (File)
Thu, Nov 27, 1:10 PM
Unknown Object (File)
Wed, Nov 26, 6:52 AM
Unknown Object (File)
Thu, Nov 20, 9:27 PM
Unknown Object (File)
Thu, Nov 20, 9:26 PM
Unknown Object (File)
Thu, Nov 20, 9:18 PM
Subscribers

Details

Summary

Semantics are preserved. One benefit is that there are fewer accesses to both numvnodes and freevnodes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I do not object to this patch but I would be more comfortable with kib reviewing.

This revision is now accepted and ready to land.Jan 15 2020, 11:45 PM
kib added inline comments.
sys/kern/vfs_subr.c
1508 ↗(On Diff #66700)

Small change is that cyclecount was zeroed before when numvnodes < desiredvnodes.

1537 ↗(On Diff #66700)

Style recommends putting binary op on the previous line.

1545 ↗(On Diff #66700)

You can unlock vnode_list_mtx before wakeup.

This revision was automatically updated to reflect the committed changes.