summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-09-05 15:17:34 +0000
committerbde <bde@FreeBSD.org>1998-09-05 15:17:34 +0000
commita84a2dedfcc6ab465d871962744dd4e15b747178 (patch)
treefd2614e3af0b3e347d41f9bed74e16de0a21f0d5 /sys/nfsserver
parent35e5c0c5bcdc2d95fb26d931cc0e1890ab19472d (diff)
downloadFreeBSD-src-a84a2dedfcc6ab465d871962744dd4e15b747178.zip
FreeBSD-src-a84a2dedfcc6ab465d871962744dd4e15b747178.tar.gz
Instantiate `nfs_mount_type' in a standard file so that it is present
when nfs is an LKM. Declare it in a header file. Don't forget to use it in non-Lite2 code. Initialize it to -1 instead of to 0, since 0 will soon be the mount type number for the first vfs loaded. NetBSD uses strcmp() to avoid this ugly global.
Diffstat (limited to 'sys/nfsserver')
-rw-r--r--sys/nfsserver/nfs_srvsubs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c
index 0ccac22..d4d9280 100644
--- a/sys/nfsserver/nfs_srvsubs.c
+++ b/sys/nfsserver/nfs_srvsubs.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
- * $Id: nfs_subs.c,v 1.62 1998/06/14 15:52:00 bde Exp $
+ * $Id: nfs_subs.c,v 1.63 1998/06/21 12:50:12 bde Exp $
*/
/*
@@ -98,7 +98,6 @@ enum vtype nv3tov_type[8]= {
VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
};
-int nfs_mount_type;
int nfs_ticks;
struct nfs_reqq nfs_reqq;
OpenPOWER on IntegriCloud