From: Eric Dumazet Date: Fri, 3 Aug 2012 20:54:15 +0000 (+0000) Subject: net: skb_share_check() should use consume_skb() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47061bc440b90a16d856fb0dba1cffc36427efa4;p=pandora-kernel.git net: skb_share_check() should use consume_skb() In order to avoid false drop_monitor indications, we should call consume_skb() if skb_clone() was successful. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed