commit | 22911fc581f6a241e2897a7a8603e97344a6ec82 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Jun 27 00:23:44 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 27 15:40:57 2012 -0700 |
tree | 6ee795b8a163a584157c1eedd7630774f120b829 | |
parent | 4c3af034fafeb7269176bf1310c9bcff0b9fd9bb [diff] |
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>