summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1997-06-10 02:52:16 +0000
committerDavid Greenman <dg@FreeBSD.org>1997-06-10 02:52:16 +0000
commitfca87d1f8770fdf30d73ff5292fc1272d2448f6e (patch)
tree1e33917e70902283bcc2587a8e53b9db24c81cc4
parenteada637063e939b7f4d296e12bb30fe7319b6136 (diff)
Notes
-rw-r--r--sys/kern/vfs_subr.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 166d00ecb6a3..510d3ff95731 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94
- * $Id: vfs_subr.c,v 1.64.2.3 1997/03/05 04:58:43 davidg Exp $
+ * $Id: vfs_subr.c,v 1.64.2.4 1997/04/25 06:49:15 peter Exp $
*/
/*
@@ -1398,8 +1398,15 @@ again:
return (0);
}
+/*
+ * XXX
+ * Exporting the vnode list on large systems causes them to crash.
+ * Exporting the vnode list on medium systems causes sysctl to coredump.
+ */
+#if 0
SYSCTL_PROC(_kern, KERN_VNODE, vnode, CTLTYPE_OPAQUE|CTLFLAG_RD,
0, 0, sysctl_vnode, "S,vnode", "");
+#endif
/*
* Check to see if a filesystem is mounted on a block device.