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
- Lines: 9
- Date:
Tue Jul 18 16:00:16 2000
- Orig file:
v2.4.0-test4/linux/net/core/sock.c
- Orig date:
Mon Jul 10 16:47:27 2000
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)