summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-11-01 23:54:07 +0000
committermsmith <msmith@FreeBSD.org>1999-11-01 23:54:07 +0000
commitfd0aded94f3b90e54247bb4fb2e06f7bab58d6d4 (patch)
tree2a8eea2f3806a95798f91afb0e12420a4fb5b5d2 /sys/kern/vfs_init.c
parent6270a8f0099ad4edcb72f90112aa02758f60bfdb (diff)
downloadFreeBSD-src-fd0aded94f3b90e54247bb4fb2e06f7bab58d6d4.zip
FreeBSD-src-fd0aded94f3b90e54247bb4fb2e06f7bab58d6d4.tar.gz
Move a couple of globals here where they are initialised, rather than
orphaning them in vfs_conf.c
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index afe642c..c81fb56 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -68,6 +68,13 @@ SYSCTL_INT(_vfs, OID_AUTO, mod1, CTLFLAG_RD, &mod_xx, 0, "");
struct vm_zone *namei_zone;
/*
+ * vfs_init() will set maxvfsconf
+ * to the highest defined type number.
+ */
+int maxvfsconf;
+struct vfsconf *vfsconf;
+
+/*
* vfs_init.c
*
* Allocate and fill in operations vectors.
OpenPOWER on IntegriCloud