patch-1.3.60 linux/net/netlink.c
Next file: linux/net/netrom/af_netrom.c
Previous file: linux/net/ipx/af_ipx.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed Feb 7 08:55:56 1996
- Orig file:
v1.3.59/linux/net/netlink.c
- Orig date:
Sun Dec 17 11:43:33 1995
diff -u --recursive --new-file v1.3.59/linux/net/netlink.c linux/net/netlink.c
@@ -72,6 +72,7 @@
unsigned int minor = MINOR(inode->i_rdev);
struct sk_buff *skb;
skb=alloc_skb(count, GFP_KERNEL);
+ skb->free=1;
memcpy_fromfs(skb_put(skb,count),buf, count);
return (netlink_handler[minor])(skb);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this