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)
Wed, Aug 12, 10:54 AM
Unknown Object (File)
Tue, Aug 11, 5:20 PM
Unknown Object (File)
Mon, Aug 10, 4:08 PM
Unknown Object (File)
Mon, Aug 10, 4:01 PM
Unknown Object (File)
Sat, Aug 8, 5:30 PM
Unknown Object (File)
Fri, Aug 7, 10:06 PM
Unknown Object (File)
Jul 15 2026, 7:55 PM
Unknown Object (File)
Jul 8 2026, 7:45 PM

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.