From: Eric Dumazet Date: Wed, 27 Jun 2012 00:23:44 +0000 (+0000) Subject: net: skb_free_datagram_locked() doesnt drop all packets X-Git-Tag: v3.6-rc1~125^2~380 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22911fc581f6a241e2897a7a8603e97344a6ec82;p=pandora-kernel.git net: skb_free_datagram_locked() doesnt drop all packets dropwatch wrongly diagnose all received UDP packets as drops. This patch removes trace_kfree_skb() done in skb_free_datagram_locked(). Locations calling skb_free_datagram_locked() should do it on their own. As a result, drops are accounted on the right function. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed