Move a couple of globals here where they are initialised, rather than
orphaning them in vfs_conf.c
This commit is contained in:
parent
6270a8f009
commit
fd0aded94f
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user