mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move prtactive to vfs from ufs. It is used all over the place.
This commit is contained in:
parent
b3fed38d39
commit
a8b1f9d2c9
3 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue