From owner-cvs-all Tue Aug 6 20:24:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582DF37B400; Tue, 6 Aug 2002 20:24:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E42A43E3B; Tue, 6 Aug 2002 20:24:23 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g773OMJU080653; Tue, 6 Aug 2002 20:24:22 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g773OMql080652; Tue, 6 Aug 2002 20:24:22 -0700 (PDT) Message-Id: <200208070324.g773OMql080652@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Aug 2002 20:24:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/06 20:24:22 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c Log: MFC two changes in _aio_aqueue(): o Set struct kevent's ident field to the address of the user's aiocb rather than the kernel's. o Unbreak lio_listio() by recognizing LIO_READ and LIO_WRITE as opcodes rather than requests for notification through kevent(). PR: kern/39556 Revision Changes Path 1.70.2.18 +11 -10 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message