Date: Tue, 6 Aug 2002 20:24:22 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c Message-ID: <200208070324.g773OMql080652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208070324.g773OMql080652>