diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-11-01 23:54:07 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-11-01 23:54:07 +0000 |
| commit | b676e48c981f8c6b006dda8f3160b6087c928c5c (patch) | |
| tree | 2a8eea2f3806a95798f91afb0e12420a4fb5b5d2 /sys/kern/vfs_init.c | |
| parent | 92b3c1b050a53e41f11dfa7658ba435dbb9a8e02 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_init.c')
| -rw-r--r-- | sys/kern/vfs_init.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index afe642c89cfd..c81fb5625b3c 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. |
