From owner-cvs-all Sat Mar 3 17:22:29 2001 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 9AC1737B718; Sat, 3 Mar 2001 17:22:24 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f241MOl13839; Sat, 3 Mar 2001 17:22:24 -0800 (PST) (envelope-from alc) Message-Id: <200103040122.f241MOl13839@freefall.freebsd.org> From: Alan Cox Date: Sat, 3 Mar 2001 17:22:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c src/sys/sys aio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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