From: Stephen Hemminger Date: Tue, 7 Nov 2006 22:54:46 +0000 (-0800) Subject: [PKT_SCHED] sch_htb: Use hlist_del_init(). X-Git-Tag: v2.6.19-rc6~71^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da33e3eb4876c43b78fdc7b7068653239f28714a;p=pandora-kernel.git [PKT_SCHED] sch_htb: Use hlist_del_init(). 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 --- Reading git-diff-tree failed