Disable the vfs.ioopt option for now, so that we don't get gratuitious

bugreports.  I might not be able to fix the problems before 3.0, due
to other, more important things.
This commit is contained in:
John Dyson
1998-03-14 19:50:36 +00:00
parent fe9ce45a0e
commit 26300b34f1
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -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;
+3 -1
View File
@@ -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;