Move prtactive to vfs from ufs. It is used all over the place.

This commit is contained in:
Poul-Henning Kamp 2000-06-27 07:46:22 +00:00
parent b3fed38d39
commit a8b1f9d2c9
3 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.

View file

@ -53,8 +53,6 @@
#include <ufs/ufs/ufsmount.h>
#include <ufs/ufs/ufs_extern.h>
int prtactive = 0; /* 1 => print out reclaim of active vnodes */
/*
* Last reference to an inode. If necessary, write or delete it.
*/