patch-2.1.15 linux/net/rose/rose_in.c
Next file: linux/net/rose/rose_link.c
Previous file: linux/net/rose/rose_dev.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Dec 12 16:54:26 1996
- Orig file:
v2.1.14/linux/net/rose/rose_in.c
- Orig date:
Thu Dec 12 17:02:48 1996
diff -u --recursive --new-file v2.1.14/linux/net/rose/rose_in.c linux/net/rose/rose_in.c
@@ -64,10 +64,8 @@
if ((skbn = alloc_skb(sk->protinfo.rose->fraglen, GFP_ATOMIC)) == NULL)
return 1;
- skbn->free = 1;
skbn->arp = 1;
- skbn->sk = sk;
- sk->rmem_alloc += skbn->truesize;
+ skb_set_owner_r(skbn, sk);
skbn->h.raw = skbn->data;
skbo = skb_dequeue(&sk->protinfo.rose->frag_queue);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov