ipv6: call consume_skb() in frag/reassembly
authorEric Dumazet <edumazet@google.com>
Tue, 24 Apr 2012 10:17:59 +0000 (10:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2012 00:39:46 +0000 (20:39 -0400)
Some kfree_skb() calls should be replaced by consume_skb() to avoid
drop_monitor/dropwatch false positives.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found