summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-10-12 17:39:39 +0000
committerBruce Evans <bde@FreeBSD.org>1996-10-12 17:39:39 +0000
commite07fd62c164bc7cfc3ee74f5acfc3050038ba4a8 (patch)
tree09b103a32c9fd140bf28dfec0b30a5d3986b50d4
parent71f4712b501c5fb55d9dc7b6f32bd05ae2e6accd (diff)
Notes
-rw-r--r--sys/nfs/nfs_bio.c4
-rw-r--r--sys/nfsclient/nfs_bio.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c
index ce4b896eeb01..a072967128cc 100644
--- a/sys/nfs/nfs_bio.c
+++ b/sys/nfs/nfs_bio.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94
- * $Id: nfs_bio.c,v 1.25 1996/09/19 18:20:54 nate Exp $
+ * $Id: nfs_bio.c,v 1.26 1996/10/11 10:15:30 dfr Exp $
*/
#include <sys/param.h>
@@ -66,7 +66,7 @@ extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
extern int nfs_numasync;
extern struct nfsstats nfsstats;
-int nfs_dwrite = 1;
+static int nfs_dwrite = 1;
SYSCTL_INT(_vfs_nfs, OID_AUTO, dwrite, CTLFLAG_RW, &nfs_dwrite, 0, "");
/*
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index ce4b896eeb01..a072967128cc 100644
--- a/sys/nfsclient/nfs_bio.c
+++ b/sys/nfsclient/nfs_bio.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94
- * $Id: nfs_bio.c,v 1.25 1996/09/19 18:20:54 nate Exp $
+ * $Id: nfs_bio.c,v 1.26 1996/10/11 10:15:30 dfr Exp $
*/
#include <sys/param.h>
@@ -66,7 +66,7 @@ extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
extern int nfs_numasync;
extern struct nfsstats nfsstats;
-int nfs_dwrite = 1;
+static int nfs_dwrite = 1;
SYSCTL_INT(_vfs_nfs, OID_AUTO, dwrite, CTLFLAG_RW, &nfs_dwrite, 0, "");
/*