From: Florin Malita Date: Tue, 22 May 2007 23:09:42 +0000 (-0500) Subject: spidernet: skb used after netif_receive_skb X-Git-Tag: v2.6.22-rc3~12^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c1d3b790673bb2a7489d6f165c5c99a7f44baf;p=pandora-kernel.git spidernet: skb used after netif_receive_skb The stats update code in spider_net_pass_skb_up() is touching the skb after it's been passed up to the stack. To avoid that, just update the stats first. Signed-off-by: Florin Malita Signed-off-by: Linas Vepstas Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed