udbp: Remove stale splnet comment

netgraph no longer needs splnet. Document that we're forcing queueing.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-10-27 14:12:04 -06:00
parent ca062b4d29
commit f42bb99ad5

View File

@ -787,7 +787,7 @@ ng_udbp_connect(hook_p hook)
{
struct udbp_softc *sc = NG_NODE_PRIVATE(NG_HOOK_NODE(hook));
/* probably not at splnet, force outward queueing */
/* force outward queueing */
NG_HOOK_FORCE_QUEUE(NG_HOOK_PEER(hook));
mtx_lock(&sc->sc_mtx);