diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index b7b01e6912e..2588464434e 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.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. diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index b7b01e6912e..2588464434e 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. diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index c0a78f74347..507e716cef2 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -53,8 +53,6 @@ #include #include -int prtactive = 0; /* 1 => print out reclaim of active vnodes */ - /* * Last reference to an inode. If necessary, write or delete it. */