diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 16:30:34 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 16:30:34 +0000 |
| commit | 016fc47da3d93f25890a0b023dbb52e38a32349a (patch) | |
| tree | 740693ed531d75a716b980a91192e2cac80ccf37 /sys/kern/vfs_init.c | |
| parent | acf5b0bacb9f43a62fabfa41a382cf33ea460709 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_init.c')
| -rw-r--r-- | sys/kern/vfs_init.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index c81fb5625b3c..bae031b01f09 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -53,16 +53,6 @@ MALLOC_DEFINE(M_VNODE, "vnodes", "Dynamically allocated vnodes"); /* - * XXX this bloat just exands the sysctl__vfs linker set a little so that - * we can attach sysctls for VFS modules without expanding the linker set. - * Currently (1998/09/06), only one VFS uses sysctls, so 2 extra linker - * set slots are more than sufficient. - */ -static int mod_xx; -SYSCTL_INT(_vfs, OID_AUTO, mod0, CTLFLAG_RD, &mod_xx, 0, ""); -SYSCTL_INT(_vfs, OID_AUTO, mod1, CTLFLAG_RD, &mod_xx, 0, ""); - -/* * Zone for namei */ struct vm_zone *namei_zone; |
