1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Move a couple of globals here where they are initialised, rather than

orphaning them in vfs_conf.c
This commit is contained in:
Mike Smith 1999-11-01 23:54:07 +00:00
parent 92b3c1b050
commit b676e48c98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52780

View File

@ -67,6 +67,13 @@ SYSCTL_INT(_vfs, OID_AUTO, mod1, CTLFLAG_RD, &mod_xx, 0, "");
*/ */
struct vm_zone *namei_zone; struct vm_zone *namei_zone;
/*
* vfs_init() will set maxvfsconf
* to the highest defined type number.
*/
int maxvfsconf;
struct vfsconf *vfsconf;
/* /*
* vfs_init.c * vfs_init.c
* *