From owner-cvs-sys Fri Nov 28 18:59:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA27530 for cvs-sys-outgoing; Fri, 28 Nov 1997 18:59:52 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA27477; Fri, 28 Nov 1997 18:58:04 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA02699; Fri, 28 Nov 1997 18:57:48 -0800 (PST) Date: Fri, 28 Nov 1997 18:57:48 -0800 (PST) Message-Id: <199711290257.SAA02699@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/11/28 18:57:48 PST Modified files: sys/kern vfs_aio.c Log: 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.) Revision Changes Path 1.13 +2 -1 src/sys/kern/vfs_aio.c