Date: Sat, 3 Mar 2001 17:22:24 -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 src/sys/sys aio.h Message-ID: <200103040122.f241MOl13839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2001/03/03 17:22:24 PST Modified files: sys/kern vfs_aio.c sys/sys aio.h Log: Remove the field privatemodes from struct __aiocb_private and the related code from aio_read() and aio_write(). This field was intended, but never used, to allow a mythical user-level library to make an aio_read() or aio_write() behave like an ordinary read() or write(), i.e., a blocking I/O operation. Revision Changes Path 1.92 +3 -138 src/sys/kern/vfs_aio.c 1.22 +1 -13 src/sys/sys/aio.h 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?200103040122.f241MOl13839>