From owner-cvs-all Tue Oct 31 15: 0:45 2000 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 1426837B4CF; Tue, 31 Oct 2000 15:00:42 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35729; Tue, 31 Oct 2000 15:00:42 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <200010312300.PAA35729@freefall.freebsd.org> From: Alan Cox Date: Tue, 31 Oct 2000 15:00:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/10/31 15:00:41 PST Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c Log: MFC: [rev 1.83] and [rev 1.85] _aio_aqueue(): Change kevent registration to use its own struct file pointer. Eliminate redundant initialization. aio_qphysio(): Eliminate redundant out-of-range check. aio_physwakeup(): Eliminate redundant synchronization. Revision Changes Path 1.70.2.5 +8 -23 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message