diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-17 06:10:27 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-17 06:10:27 +0000 |
commit | bb01f28e97a350e6c28ad50528a07e7473c6f756 (patch) | |
tree | 98965762686e1c8e42e11ff71e76f1120d9540fd /sys/kern/vfs_export.c | |
parent | b5acbc8b9c6b2d2983de19196a05c052f632d696 (diff) | |
download | src-test2-bb01f28e97a350e6c28ad50528a07e7473c6f756.tar.gz src-test2-bb01f28e97a350e6c28ad50528a07e7473c6f756.zip |
Notes
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r-- | sys/kern/vfs_export.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index b452cc1abcef..757e4aa5255c 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -113,6 +113,9 @@ SYSCTL_INT(_vfs, OID_AUTO, reassignbufsortbad, CTLFLAG_RW, &reassignbufsortbad, static int reassignbufmethod = 1; SYSCTL_INT(_vfs, OID_AUTO, reassignbufmethod, CTLFLAG_RW, &reassignbufmethod, 0, ""); +int enable_userblk_io = 1; +SYSCTL_INT(_vfs, OID_AUTO, enable_userblk_io, CTLFLAG_RW, &enable_userblk_io, 0, ""); + #ifdef ENABLE_VFS_IOOPT int vfs_ioopt = 0; SYSCTL_INT(_vfs, OID_AUTO, ioopt, CTLFLAG_RW, &vfs_ioopt, 0, ""); |