diff options
| author | Alan Cox <alc@FreeBSD.org> | 2003-03-06 03:41:02 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2003-03-06 03:41:02 +0000 |
| commit | 09c80124a30c66cb4e3c6ad3a2e254518569e7a3 (patch) | |
| tree | 333a33c08a22ccf64aa091f047218641fdbb343a /sys/kern/vfs_subr.c | |
| parent | 1b2c2ab29ad1b40d549adb90d6b08c3367bc6284 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_subr.c')
| -rw-r--r-- | sys/kern/vfs_subr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 7e215556831e..5f4b678632d4 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -130,12 +130,6 @@ SYSCTL_INT(_vfs, OID_AUTO, reassignbufcalls, CTLFLAG_RW, &reassignbufcalls, 0, " static int nameileafonly; SYSCTL_INT(_vfs, OID_AUTO, nameileafonly, CTLFLAG_RW, &nameileafonly, 0, ""); -#ifdef ENABLE_VFS_IOOPT -/* See NOTES for a description of this setting. */ -int vfs_ioopt; -SYSCTL_INT(_vfs, OID_AUTO, ioopt, CTLFLAG_RW, &vfs_ioopt, 0, ""); -#endif - /* * Cache for the mount type id assigned to NFS. This is used for * special checks in nfs/nfs_nqlease.c and vm/vnode_pager.c. |
