Page MenuHomeFreeBSD

Fix comment in sofree() to reference sbdestroy().
ClosedPublic

Authored by jhb on May 31 2019, 10:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 22, 6:26 PM
Unknown Object (File)
Wed, Nov 19, 3:04 AM
Unknown Object (File)
Sun, Nov 9, 5:17 PM
Unknown Object (File)
Sun, Nov 9, 3:56 AM
Unknown Object (File)
Oct 19 2025, 4:22 AM
Unknown Object (File)
Oct 17 2025, 5:01 AM
Unknown Object (File)
Oct 17 2025, 5:01 AM
Unknown Object (File)
Oct 17 2025, 5:01 AM

Details

Summary

r160875 added sbdestroy() as a wrapper around sbrelease_internal to
be called from sofree(), yet the comment added in the same revision
to sofree() still mentions sbrelease_internal().

Diff Detail

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

Event Timeline

Other parts of this comment are a bit rotted and need updating. For example, we now invoke pru_detach() and dom_dispose() before this comment. That means the last paragraph is now wrong / obsolete and needs to be removed I think. Not clear if the calls to pru_detach and dom_dispose should be below this comment or not.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 27 2019, 10:50 PM
This revision was automatically updated to reflect the committed changes.