Fixed bitrot in NFS_ACDEBUG option.

This commit is contained in:
Bruce Evans 1999-02-17 13:59:29 +00:00
parent 3adc283e7e
commit 1f2e401efc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44101
4 changed files with 8 additions and 4 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $
* $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $
*/
/*
@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper)
#ifdef NFS_ACDEBUG
#include <sys/sysctl.h>
SYSCTL_DECL(_vfs_nfs);
static int nfs_acdebug;
SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, "");
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $
* $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $
*/
/*
@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper)
#ifdef NFS_ACDEBUG
#include <sys/sysctl.h>
SYSCTL_DECL(_vfs_nfs);
static int nfs_acdebug;
SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, "");
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $
* $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $
*/
/*
@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper)
#ifdef NFS_ACDEBUG
#include <sys/sysctl.h>
SYSCTL_DECL(_vfs_nfs);
static int nfs_acdebug;
SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, "");
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
* $Id: nfs_subs.c,v 1.71 1999/01/21 08:29:07 dillon Exp $
* $Id: nfs_subs.c,v 1.72 1999/01/27 22:42:27 dillon Exp $
*/
/*
@ -1399,6 +1399,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper)
#ifdef NFS_ACDEBUG
#include <sys/sysctl.h>
SYSCTL_DECL(_vfs_nfs);
static int nfs_acdebug;
SYSCTL_INT(_vfs_nfs, OID_AUTO, acdebug, CTLFLAG_RW, &nfs_acdebug, 0, "");
#endif