patch-2.1.87 linux/net/ipv4/fib_hash.c

Next file: linux/net/ipv6/addrconf.c
Previous file: linux/net/ipv4/devinet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.86/linux/net/ipv4/fib_hash.c linux/net/ipv4/fib_hash.c
@@ -715,7 +715,7 @@
 	if (fib_dump_info(skb, pid, n->nlmsg_seq, event, tb_id,
 			  f->fn_type, f->fn_scope, &f->fn_key, z, f->fn_tos,
 			  FIB_INFO(f)) < 0) {
-		kfree_skb(skb, 0);
+		kfree_skb(skb);
 		return;
 	}
 	NETLINK_CB(skb).dst_groups = RTMGRP_IPV4_ROUTE;

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