From: Eric Dumazet Date: Fri, 28 May 2010 10:41:17 +0000 (-0700) Subject: xt_tee: use skb_dst_drop() X-Git-Tag: v2.6.35-rc1~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50636af715ac1ceb1872bd29a4bdcc68975c3263;p=pandora-kernel.git xt_tee: use skb_dst_drop() After commit 7fee226a (net: add a noref bit on skb dst), its wrong to use : dst_release(skb_dst(skb)), since we could decrement a refcount while skb dst was not refcounted. We should use skb_dst_drop(skb) instead. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed