From: Eric Dumazet Date: Thu, 7 Jun 2012 22:59:59 +0000 (+0000) Subject: be2net: fix a race in be_xmit() X-Git-Tag: v3.5-rc3~22^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8f76c0a0c6fce0b2cf23c9bd0123f91453f46d;p=pandora-kernel.git be2net: fix a race in be_xmit() As soon as hardware is notified of a transmit, we no longer can assume skb can be dereferenced, as TX completion might have freed the packet. Signed-off-by: Eric Dumazet Cc: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed