summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-02-23 07:44:25 +0000
committerjasone <jasone@FreeBSD.org>2000-02-23 07:44:25 +0000
commit8fc7b7d84141f685dba69b0e9575d46e5109241e (patch)
treee4524ed9c647cf61f52ad7d4b08db4aac83ba69d /sys/i386/conf
parentb89752e40d987dc003c45e59addd1ad23e1f4921 (diff)
downloadFreeBSD-src-8fc7b7d84141f685dba69b0e9575d46e5109241e.zip
FreeBSD-src-8fc7b7d84141f685dba69b0e9575d46e5109241e.tar.gz
Add the VFS_AIO config option and leave it off by default. Unless the
VFS_AIO option is specified, all aio-related syscalls return ENOSYS. The aio code is very fragile right now, and is unsuitable for default inclusion in a production shell box. Approved by: jkh
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index adeb5ba..370361b 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -687,6 +687,10 @@ pseudo-device vcoda 4 #coda minicache <-> venus comm.
#
options EXT2FS
+# Use real implementations of the aio_* system calls. There are numerous
+# stability issues in the current aio code that make it unsuitable for
+# inclusion on shell boxes.
+options VFS_AIO
#####################################################################
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index adeb5ba..370361b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -687,6 +687,10 @@ pseudo-device vcoda 4 #coda minicache <-> venus comm.
#
options EXT2FS
+# Use real implementations of the aio_* system calls. There are numerous
+# stability issues in the current aio code that make it unsuitable for
+# inclusion on shell boxes.
+options VFS_AIO
#####################################################################
OpenPOWER on IntegriCloud