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)
Thu, Dec 12, 8:02 PM
Unknown Object (File)
Oct 26 2024, 6:15 AM
Unknown Object (File)
Sep 22 2024, 1:47 AM
Unknown Object (File)
Sep 22 2024, 12:14 AM
Unknown Object (File)
Sep 8 2024, 7:11 AM
Unknown Object (File)
Sep 8 2024, 7:04 AM
Unknown Object (File)
Sep 4 2024, 5:42 AM
Unknown Object (File)
Sep 2 2024, 4:43 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 Passed
Unit
No Test Coverage
Build Status
Buildable 24640
Build 23417: arc lint + arc unit

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.