ncp_obtain_DOS_dir_base

Mike (mike@oakley.keble.ox.ac.uk)
Sun, 30 Aug 1998 18:25:55 +0100 (GMT)


ncp_obtain_DOS_dir base is used only if CONFIG_NCPFS_NFS_NS is defined.

diff -urN linux-2.1.119-clean/fs/ncpfs/ncplib_kernel.c linux/fs/ncpfs/ncplib_kernel.c
--- linux-2.1.119-clean/fs/ncpfs/ncplib_kernel.c Tue Mar 31 01:40:37 1998
+++ linux/fs/ncpfs/ncplib_kernel.c Sun Aug 30 18:16:09 1998
@@ -300,6 +300,8 @@
return result;
}

+#ifdef CONFIG_NCPFS_NFS_NS
+
static int
ncp_obtain_DOS_dir_base(struct ncp_server *server,
__u8 volnum, __u32 dirent,
@@ -323,6 +325,8 @@
ncp_unlock_server(server);
return result;
}
+
+#endif

static inline int
ncp_get_known_namespace(struct ncp_server *server, __u8 volume)

--
Mike <rickettm@ox.compsoc.net>

It has long been known that one horse can run faster than another -- but which one? Differences are crucial. -- Lazarus Long

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html