Date: Sun, 9 Dec 2001 00:16:36 -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: <200112090816.fB98Gae14725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2001/12/09 00:16:36 PST Modified files: sys/kern vfs_aio.c Log: 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 two compilation warnings. Revision Changes Path 1.101 +4 -6 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?200112090816.fB98Gae14725>