summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2009-05-30 23:52:23 +0000
committerattilio <attilio@FreeBSD.org>2009-05-30 23:52:23 +0000
commite6a06610ffed1cb06d6b1cfa7d9350bde5926b4d (patch)
tree98bac9b1a3ace0dd15c05a8aa1e79de79f85e0b2 /sys/kern
parente2703a8f9f411f29eef2c523e34a0fa79916c631 (diff)
downloadFreeBSD-src-e6a06610ffed1cb06d6b1cfa7d9350bde5926b4d.zip
FreeBSD-src-e6a06610ffed1cb06d6b1cfa7d9350bde5926b4d.tar.gz
Remove the now invalid (and possibly unused) debug.mpsafevfs
sysctl/tunable. Reviewed by: emaste Sponsored by: Sandvine Incorporated
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index cee1f2a..8d694f8 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -115,15 +115,6 @@ static int vfs_knllocked(void *arg);
static void destroy_vpollinfo(struct vpollinfo *vi);
/*
- * Enable Giant pushdown based on whether or not the vm is mpsafe in this
- * build. Without mpsafevm the buffer cache can not run Giant free.
- */
-int mpsafe_vfs = 1;
-TUNABLE_INT("debug.mpsafevfs", &mpsafe_vfs);
-SYSCTL_INT(_debug, OID_AUTO, mpsafevfs, CTLFLAG_RD, &mpsafe_vfs, 0,
- "MPSAFE VFS");
-
-/*
* Number of vnodes in existence. Increased whenever getnewvnode()
* allocates a new vnode, decreased on vdestroy() called on VI_DOOMed
* vnode.
OpenPOWER on IntegriCloud