patch-2.4.5 linux/fs/smbfs/sock.c
Next file: linux/fs/super.c
Previous file: linux/fs/smbfs/proc.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue May 15 13:40:55 2001
- Orig file:
v2.4.4/linux/fs/smbfs/sock.c
- Orig date:
Fri Feb 16 16:03:24 2001
diff -u --recursive --new-file v2.4.4/linux/fs/smbfs/sock.c linux/fs/smbfs/sock.c
@@ -150,14 +150,14 @@
DEBUG1("found=%d, count=%d, result=%d\n", found, count, result);
if (found)
found_data(job->sk);
- kfree(ptr);
+ smb_kfree(ptr);
}
static void
smb_data_ready(struct sock *sk, int len)
{
struct data_callback* job;
- job = kmalloc(sizeof(struct data_callback),GFP_ATOMIC);
+ job = smb_kmalloc(sizeof(struct data_callback),GFP_ATOMIC);
if(job == 0) {
printk("smb_data_ready: lost SESSION KEEPALIVE due to OOM.\n");
found_data(sk);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)