Disable the VCHR optimization for AIO until I have implemented it. Just in

case anyone wants to play with the POSIX AIO/LIO stuff.  (As it is, it should
work with ANY vnode, on UP systems only, for now.)
This commit is contained in:
John Dyson 1997-11-29 02:57:46 +00:00
parent fd3bf77574
commit f4feb04e1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31444

View File

@ -13,7 +13,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
* $Id: vfs_aio.c,v 1.11 1997/11/18 10:02:40 bde Exp $
* $Id: vfs_aio.c,v 1.12 1997/11/29 01:33:07 dyson Exp $
*/
/*
@ -877,6 +877,7 @@ aio_qphysio(p, iocb)
dev_t dev;
int rw;
d_strategy_t *fstrategy;
return -1;
cb = &iocb->uaiocb;
if (cb->aio_nbytes > MAXPHYS)