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

orphaning them in vfs_conf.c
This commit is contained in:
msmith 1999-11-01 23:54:07 +00:00
parent 6270a8f009
commit fd0aded94f

View File

@ -67,6 +67,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
*