Followup on r364922. Old comment said that the only reason to put

the hook at queue mode was that mn_rx_intr() doesn't run at splnet
level. In today's netgraph the only legitimate reason for queue mode
is recursion avoidance. So I see no reason for queue mode here.

Not tested!
This commit is contained in:
Gleb Smirnoff 2020-08-30 17:13:04 +00:00
parent bd36872867
commit 8e613cf5f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364975

View file

@ -743,8 +743,6 @@ ngmn_connect(hook_p hook)
if (!(u & 1))
printf("%s: init chan %d stat %08x\n", sc->name, chan, u);
sc->m32x->stat = 1;
/* force outward queueing */
NG_HOOK_FORCE_QUEUE(NG_HOOK_PEER(hook));
return (0);
}