From 7577116e1ea5dc9881dd2377a263808412c943c1 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 8 Jan 2002 11:15:57 +0000 Subject: [PATCH] Staticise pfs_vncache, it's not used anywhere else. Reviewed by: des --- sys/fs/pseudofs/pseudofs_vncache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/pseudofs/pseudofs_vncache.c b/sys/fs/pseudofs/pseudofs_vncache.c index 313889f928c7..00822f16b7d3 100644 --- a/sys/fs/pseudofs/pseudofs_vncache.c +++ b/sys/fs/pseudofs/pseudofs_vncache.c @@ -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,