From owner-cvs-all Tue Mar 6 7:54:46 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 8922237B718; Tue, 6 Mar 2001 07:54:39 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f26FsdJ51043; Tue, 6 Mar 2001 07:54:39 -0800 (PST) (envelope-from alc) Message-Id: <200103061554.f26FsdJ51043@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Mar 2001 07:54:39 -0800 (PST) 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 2001/03/06 07:54:39 PST Modified files: sys/kern vfs_aio.c Log: Add a missing splx() to aio_fphysio(). (This change is a no-op in -5.0, but potentially significant in -4.x.) Eliminate a pointless parameter to aio_fphysio(). Remove unnecessary casts from aio_fphysio() and aio_physwakeup(). Revision Changes Path 1.94 +7 -13 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message