diff options
-rw-r--r-- | sys/kern/vfs_export.c | 4 | ||||
-rw-r--r-- | sys/kern/vfs_subr.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index a630e1e..e93171b 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.140 1998/03/14 19:50:36 dyson Exp $ + * $Id: vfs_subr.c,v 1.141 1998/03/16 01:55:26 dyson Exp $ */ /* @@ -112,11 +112,9 @@ static u_long freevnodes = 0; SYSCTL_INT(_debug, OID_AUTO, freevnodes, CTLFLAG_RD, &freevnodes, 0, ""); int vfs_ioopt = 0; -#ifdef REALLYBADBUG #ifdef ENABLE_VFS_IOOPT SYSCTL_INT(_vfs, OID_AUTO, ioopt, CTLFLAG_RW, &vfs_ioopt, 0, ""); #endif -#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 a630e1e..e93171b 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.140 1998/03/14 19:50:36 dyson Exp $ + * $Id: vfs_subr.c,v 1.141 1998/03/16 01:55:26 dyson Exp $ */ /* @@ -112,11 +112,9 @@ static u_long freevnodes = 0; SYSCTL_INT(_debug, OID_AUTO, freevnodes, CTLFLAG_RD, &freevnodes, 0, ""); int vfs_ioopt = 0; -#ifdef REALLYBADBUG #ifdef ENABLE_VFS_IOOPT SYSCTL_INT(_vfs, OID_AUTO, ioopt, CTLFLAG_RW, &vfs_ioopt, 0, ""); #endif -#endif struct mntlist mountlist; /* mounted filesystem list */ struct simplelock mountlist_slock; |