commit | 93c1d3b790673bb2a7489d6f165c5c99a7f44baf | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@gmail.com> | Tue May 22 18:09:42 2007 -0500 |
committer | Jeff Garzik <jeff@garzik.org> | Thu May 24 17:25:43 2007 -0400 |
tree | 08514dbd16c00755818fcece92d2da26df3830c7 | |
parent | e971290133d8151c468cd70206fedc92648feb58 [diff] |
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 <fmalita@gmail.com> Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>