[PKT_SCHED] sch_htb: Use hlist_del_init().
authorStephen Hemminger <shemminger@osdl.org>
Tue, 7 Nov 2006 22:54:46 +0000 (14:54 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 7 Nov 2006 23:10:12 +0000 (15:10 -0800)
Otherwise we can hit paths that (legally) do multiple deletes on the
same node and OOPS with the HLIST poison values there instead of
NULL.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found