From owner-cvs-all Wed Aug 29 23:17:14 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 66C5537B407; Wed, 29 Aug 2001 23:17:11 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7U6HBK22638; Wed, 29 Aug 2001 23:17:11 -0700 (PDT) (envelope-from alc) Message-Id: <200108300617.f7U6HBK22638@freefall.freebsd.org> From: Alan Cox Date: Wed, 29 Aug 2001 23:17:11 -0700 (PDT) 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: 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 2001/08/29 23:17:11 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c sys/sys aio.h Log: MFC: revision 1.92 and part of revision 1.93 of kern/vfs_aio.c and revision 1.22 of sys/aio.h. Remove the field privatemodes from struct __aiocb_private and the related code from aio_read() and aio_write(). Remove unnecessary fhold() and fdrop() calls from aio_qphysio(). Add a comment explaining why. Approved by: re (jkh) Revision Changes Path 1.70.2.11 +11 -145 src/sys/kern/vfs_aio.c 1.13.2.6 +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