Re: [PATCH] lance.c - dev_kfree_skb() then reference skb->len

2000-11-28 Thread Donald Becker
On Tue, 28 Nov 2000, Eli Carter wrote: > Patch is against 2.2.17, drivers/net/lance.c. > I believe this to be "obviously correct," but please correct me if I'm > wrong. > This moves a reference to skb->len to before the possible > dev_kfree_skb(skb) call. Though it appears to work as is, I suspe

[PATCH] lance.c - dev_kfree_skb() then reference skb->len

2000-11-28 Thread Eli Carter
Greetings all, Patch is against 2.2.17, drivers/net/lance.c. I believe this to be "obviously correct," but please correct me if I'm wrong. This moves a reference to skb->len to before the possible dev_kfree_skb(skb) call. Though it appears to work as is, I suspect it is incorrect. Please apply