From owner-cvs-all Thu Jan 3 15:31:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0387E37B41B; Thu, 3 Jan 2002 15:31:04 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g03NV4f89102; Thu, 3 Jan 2002 15:31:04 -0800 (PST) (envelope-from alc) Message-Id: <200201032331.g03NV4f89102@freefall.freebsd.org> From: Alan Cox Date: Thu, 3 Jan 2002 15:31:04 -0800 (PST) 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/01/03 15:31:04 PST Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c Log: MFC: [Revisions 1.101 and 1.102] o Eliminate unnecessary synchronization from filt_aiodetach(). o The manual page for kevent says that EVFILT_AIO returns under the same conditions as aio_error(). With that in mind, set the data field of the returned struct kevent to the value that would be returned by aio_error(). o Fix compilation warnings. Approved by: re Revision Changes Path 1.70.2.13 +6 -8 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message