diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-06-27 07:46:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-06-27 07:46:22 +0000 |
| commit | a8b1f9d2c9749feee8b994bddf791b99562d68e6 (patch) | |
| tree | ca725736a2e09b16a2b30fc98ae0d05dc8f0c735 /sys/kern/vfs_subr.c | |
| parent | b3fed38d392649b20ea8e27e515c0f76d70dc469 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_subr.c')
| -rw-r--r-- | sys/kern/vfs_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index b7b01e6912ea..2588464434e5 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. |
