From owner-cvs-all Mon Sep 25 23:35:26 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 4C5DE37B422; Mon, 25 Sep 2000 23:35:23 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92201; Mon, 25 Sep 2000 23:35:23 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <200009260635.XAA92201@freefall.freebsd.org> From: Alan Cox Date: Mon, 25 Sep 2000 23:35:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/09/25 23:35:23 PDT Modified files: sys/kern vfs_aio.c Log: aio_qphysio: Eliminate one instance of an out-of-range check that is performed twice. Eliminate initialization that is already performed by _aio_aqueue. aio_physwakeup: Eliminate redundant synchronization that is already performed by bufdone. Revision Changes Path 1.83 +4 -19 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message