From owner-cvs-all Wed Apr 3 18:13:24 2002 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 49D2E37B419; Wed, 3 Apr 2002 18:13:20 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g342DKY59927; Wed, 3 Apr 2002 18:13:20 -0800 (PST) (envelope-from alc) Message-Id: <200204040213.g342DKY59927@freefall.freebsd.org> From: Alan Cox Date: Wed, 3 Apr 2002 18:13:20 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/04/03 18:13:20 PST Modified files: sys/kern vfs_aio.c Log: o aio_process needn't fhold()/fdrop() the fp now that _aio_aqueue() and aio_free_entry() do this. o Remove two unnecessary/unused variables from aio_process() and one field from aiocblist. Revision Changes Path 1.121 +6 -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