diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-03-14 19:50:36 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-03-14 19:50:36 +0000 |
| commit | 26300b34f1c9c1976d674ce8b4b1f6a9eebddeea (patch) | |
| tree | 3095dbfa8564c9fde0a83a4cf4d25d08ae376b23 | |
| parent | fe9ce45a0e5bdd71e6af133a6b04edc9fdc0b2f2 (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_export.c | 4 | ||||
| -rw-r--r-- | sys/kern/vfs_subr.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 26d9cdf74ac1..54d247eeb2d0 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.138 1998/03/08 09:57:15 julian Exp $ + * $Id: vfs_subr.c,v 1.139 1998/03/14 02:55:01 tegge Exp $ */ /* @@ -112,7 +112,9 @@ static u_long freevnodes = 0; SYSCTL_INT(_debug, OID_AUTO, freevnodes, CTLFLAG_RD, &freevnodes, 0, ""); int vfs_ioopt = 0; +#ifdef REALLYBADBUG SYSCTL_INT(_vfs, OID_AUTO, ioopt, CTLFLAG_RW, &vfs_ioopt, 0, ""); +#endif struct mntlist mountlist; /* mounted filesystem list */ struct simplelock mountlist_slock; diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 26d9cdf74ac1..54d247eeb2d0 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.138 1998/03/08 09:57:15 julian Exp $ + * $Id: vfs_subr.c,v 1.139 1998/03/14 02:55:01 tegge Exp $ */ /* @@ -112,7 +112,9 @@ static u_long freevnodes = 0; SYSCTL_INT(_debug, OID_AUTO, freevnodes, CTLFLAG_RD, &freevnodes, 0, ""); int vfs_ioopt = 0; +#ifdef REALLYBADBUG SYSCTL_INT(_vfs, OID_AUTO, ioopt, CTLFLAG_RW, &vfs_ioopt, 0, ""); +#endif struct mntlist mountlist; /* mounted filesystem list */ struct simplelock mountlist_slock; |
