patch-2.4.17 linux/fs/ncpfs/ncplib_kernel.c
Next file: linux/fs/nfs/inode.c
Previous file: linux/fs/namespace.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/fs/ncpfs/ncplib_kernel.c
- Orig date:
Mon Sep 10 16:04:53 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/fs/ncpfs/ncplib_kernel.c linux/fs/ncpfs/ncplib_kernel.c
@@ -52,14 +52,6 @@
return;
}
-static void ncp_add_mem_fromfs(struct ncp_server *server, const char *source, int size)
-{
- assert_server_locked(server);
- copy_from_user(&(server->packet[server->current_size]), source, size);
- server->current_size += size;
- return;
-}
-
static void ncp_add_pstring(struct ncp_server *server, const char *s)
{
int len = strlen(s);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)