mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
I added vfs_ioopt prematurely, disabled.
This commit is contained in:
parent
50f69900e8
commit
4854f102a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31920
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ufs_readwrite.c 8.11 (Berkeley) 5/8/95
|
||||
* $Id: ufs_readwrite.c,v 1.35 1997/12/16 22:28:26 eivind Exp $
|
||||
* $Id: ufs_readwrite.c,v 1.36 1997/12/19 09:03:06 dyson Exp $
|
||||
*/
|
||||
|
||||
#ifdef LFS_READWRITE
|
||||
@ -60,7 +60,7 @@
|
||||
#include <sys/poll.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
int vfs_ioopt = 1;
|
||||
int vfs_ioopt = 0;
|
||||
|
||||
SYSCTL_INT(_vfs, OID_AUTO, ioopt,
|
||||
CTLFLAG_RW, &vfs_ioopt, 0, "");
|
||||
|
Loading…
Reference in New Issue
Block a user