mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
udbp: Remove stale splnet comment
netgraph no longer needs splnet. Document that we're forcing queueing. Sponsored by: Netflix
This commit is contained in:
parent
ca062b4d29
commit
f42bb99ad5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user