From: Eric Dumazet Date: Wed, 13 Jun 2012 05:30:07 +0000 (+0000) Subject: bonding: drop_monitor aware X-Git-Tag: v3.6-rc1~125^2~539 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0450243096de90ff51c3a6c605410c5e28d79f8d;p=pandora-kernel.git bonding: drop_monitor aware When packets are dropped in TX path, its better to use kfree_skb() instead of dev_kfree_skb() to give proper drop_monitor events. Also move the kfree_skb() call after read_unlock() in bond_alb_xmit() and bond_xmit_activebackup() Signed-off-by: Eric Dumazet Cc: Jay Vosburgh Signed-off-by: David S. Miller --- Reading git-diff-tree failed