Bracket the kern.vnode sysctl in #ifdef notyet because it results

in massive locking issues on diskless systems.

It is also not clear that this sysctl is non-dangerous in its
requirements for locked down memory on large RAM systems.
This commit is contained in:
Poul-Henning Kamp 2003-02-23 18:09:05 +00:00
parent f87890e74e
commit acb18acfec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111333

View File

@ -3028,6 +3028,7 @@ sysctl_ovfs_conf(SYSCTL_HANDLER_ARGS)
#endif /* 1 || COMPAT_PRELITE2 */
#define KINFO_VNODESLOP 10
#ifdef notyet
/*
* Dump vnode list (via sysctl).
*/
@ -3121,6 +3122,7 @@ sysctl_vnode(SYSCTL_HANDLER_ARGS)
SYSCTL_PROC(_kern, KERN_VNODE, vnode, CTLTYPE_OPAQUE|CTLFLAG_RD,
0, 0, sysctl_vnode, "S,xvnode", "");
#endif
/*
* Check to see if a filesystem is mounted on a block device.