patch-2.4.0-test5 linux/net/ipv4/igmp.c

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

diff -u --recursive --new-file v2.4.0-test4/linux/net/ipv4/igmp.c linux/net/ipv4/igmp.c
@@ -129,7 +129,7 @@
 {
 	if (atomic_dec_and_test(&im->refcnt)) {
 		in_dev_put(im->interface);
-		kfree_s(im, sizeof(*im));
+		kfree(im);
 	}
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)