patch-2.4.0-test5 linux/net/decnet/dn_dev.c

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

diff -u --recursive --new-file v2.4.0-test4/linux/net/decnet/dn_dev.c linux/net/decnet/dn_dev.c
@@ -387,7 +387,7 @@
 
 static __inline__ void dn_dev_free_ifa(struct dn_ifaddr *ifa)
 {
-	kfree_s(ifa, sizeof(*ifa));
+	kfree(ifa);
 }
 
 static void dn_dev_del_ifa(struct dn_dev *dn_db, struct dn_ifaddr **ifap, int destroy)

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