From: Jarek Poplawski Date: Sun, 13 Apr 2008 01:37:13 +0000 (-0700) Subject: [NET_SCHED] cls_u32: refcounting fix for u32_delete() X-Git-Tag: v2.6.25~33^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56cfad132f2ae269082359d279c17230c987e74;p=pandora-kernel.git [NET_SCHED] cls_u32: refcounting fix for u32_delete() Deleting of nonroot hnodes mostly doesn't work in u32_delete(): refcnt == 1 is expected, but such hnodes' refcnts are initialized with 0 and charged only with "link" nodes. Now they'll start with 1 like usual. Thanks to Patrick McHardy for an improving suggestion. Signed-off-by: Jarek Poplawski Acked-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed