From 93c1d3b790673bb2a7489d6f165c5c99a7f44baf Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Tue, 22 May 2007 18:09:42 -0500 Subject: [PATCH] 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-format-patch failed