Staticise pfs_vncache, it's not used anywhere else.

Reviewed by:	des
This commit is contained in:
Mike Smith 2002-01-08 11:15:57 +00:00
parent a4e5fd57ac
commit 7577116e1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89071

View File

@ -44,7 +44,7 @@
static MALLOC_DEFINE(M_PFSVNCACHE, "pfs_vncache", "pseudofs vnode cache");
static struct mtx pfs_vncache_mutex;
struct pfs_vdata *pfs_vncache;
static struct pfs_vdata *pfs_vncache;
static void pfs_exit(struct proc *p);
SYSCTL_NODE(_vfs_pfs, OID_AUTO, vncache, CTLFLAG_RW, 0,