patch-2.1.11 linux/net/core/skbuff.c

Next file: linux/net/core/sock.c
Previous file: linux/net/core/iovec.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.10/linux/net/core/skbuff.c linux/net/core/skbuff.c
@@ -68,6 +68,13 @@
 
 extern atomic_t ip_frag_mem;
 
+/*
+ *	Strings we don't want inline's duplicating
+ */
+ 
+char *skb_push_errstr="skpush:under: %p:%d";
+char *skb_put_errstr ="skput:over: %p:%d";
+
 void show_net_buffers(void)
 {
 	printk(KERN_INFO "Networking buffers in use          : %u\n",net_skbcount);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov