]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
move ifq_detach from if_detach to if_free; this permits callers to
authorsam <sam@FreeBSD.org>
Tue, 2 Jun 2009 18:53:21 +0000 (18:53 +0000)
committersam <sam@FreeBSD.org>
Tue, 2 Jun 2009 18:53:21 +0000 (18:53 +0000)
commitba346476006e8b1ec5b31c5107724957bb0f03c6
tree6a1cd28a0219122cb8099da14d1b15ab48006cb8
parent14f4a9dd42b965a4a23b2aef0c7496f931649524
move ifq_detach from if_detach to if_free; this permits callers to
reference if_snd in the period between detach+free which helps simplify
detach code

Reviewed by: jhb, rwatson
sys/net/if.c