patch-2.4.0-test5 linux/net/core/sock.c

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

diff -u --recursive --new-file v2.4.0-test4/linux/net/core/sock.c linux/net/core/sock.c
@@ -707,7 +707,7 @@
  */
 void sock_kfree_s(struct sock *sk, void *mem, int size)
 {
-	kfree_s(mem, size); 
+	kfree(mem);
 	atomic_sub(size, &sk->omem_alloc);
 }
 

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