summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_serv.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-30 23:23:09 +0000
committerbde <bde@FreeBSD.org>1996-04-30 23:23:09 +0000
commit6f2ee869e31d328a6d8f2b72f10d609886fbdfed (patch)
tree1bfc6d9e3365706bdb54402b74e76196a1a30693 /sys/nfs/nfs_serv.c
parentdf6f0d5e13d68a7c12ad60ca49bfaf0c1fe87fd1 (diff)
downloadFreeBSD-src-6f2ee869e31d328a6d8f2b72f10d609886fbdfed.zip
FreeBSD-src-6f2ee869e31d328a6d8f2b72f10d609886fbdfed.tar.gz
Fixed nfs sysctls. They missed out on the fs -> vfs name changes from
Lite2. This broke nfsstat.
Diffstat (limited to 'sys/nfs/nfs_serv.c')
-rw-r--r--sys/nfs/nfs_serv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index 2c574cac..e7aba25 100644
--- a/sys/nfs/nfs_serv.c
+++ b/sys/nfs/nfs_serv.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94
- * $Id: nfs_serv.c,v 1.27 1995/12/17 21:12:22 phk Exp $
+ * $Id: nfs_serv.c,v 1.28 1996/01/13 23:27:48 phk Exp $
*/
/*
@@ -99,7 +99,7 @@ extern struct nfsstats nfsstats;
int nfsrvw_procrastinate = NFS_GATHERDELAY * 1000;
int nfs_async;
-SYSCTL_INT(_fs_nfs, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0, "");
+SYSCTL_INT(_vfs_nfs, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0, "");
static int nfsrv_access __P((struct vnode *,int,struct ucred *,int,
struct proc *));
OpenPOWER on IntegriCloud