summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-06-27 07:46:22 +0000
committerphk <phk@FreeBSD.org>2000-06-27 07:46:22 +0000
commit0535bee2fbd0f967274c6e103227a3026e67fe28 (patch)
treeef2b0e946cb438008483a137f3a2e098534febbb /sys/kern/vfs_subr.c
parent2c5a7a6ad041eac0529fcd468fb1153a019a6b2d (diff)
downloadFreeBSD-src-0535bee2fbd0f967274c6e103227a3026e67fe28.zip
FreeBSD-src-0535bee2fbd0f967274c6e103227a3026e67fe28.tar.gz
Move prtactive to vfs from ufs. It is used all over the place.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index b7b01e6..2588464 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -130,6 +130,7 @@ static struct simplelock spechash_slock;
#endif
struct nfs_public nfs_pub; /* publicly exported FS */
static vm_zone_t vnode_zone;
+int prtactive = 0; /* 1 => print out reclaim of active vnodes */
/*
* The workitem queue.
OpenPOWER on IntegriCloud