]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the VFS_AIO config option and leave it off by default. Unless the
authorJason Evans <jasone@FreeBSD.org>
Wed, 23 Feb 2000 07:44:25 +0000 (07:44 +0000)
committerJason Evans <jasone@FreeBSD.org>
Wed, 23 Feb 2000 07:44:25 +0000 (07:44 +0000)
commitdd85920a4fc0036a1d5b1432f1f67fe479a20010
tree9035c254ec1ba5480ad58ee0e13a0e68ff7abdf0
parent9e5fefae0f0e8d8ab82f4c1f996d587c36637e4c
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
sys/conf/NOTES
sys/conf/options
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/kern/vfs_aio.c