Date: Thu, 3 Jan 2002 15:31:04 -0800 (PST) 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: <200201032331.g03NV4f89102@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201032331.g03NV4f89102>