From: Eric Dumazet Date: Wed, 30 Nov 2011 22:12:27 +0000 (-0500) Subject: sfc: fix race in efx_enqueue_skb_tso() X-Git-Tag: v3.3-rc1~182^2~402 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449fa023bca5b53bd924d91a27ffd34807fdeb80;p=pandora-kernel.git sfc: fix race in efx_enqueue_skb_tso() As soon as skb is pushed to hardware, it can be completed and freed, so we should not dereference skb anymore. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed