From owner-cvs-all Sun Jan 13 23:38:43 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id BC10A37B41D; Sun, 13 Jan 2002 23:38:30 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 9E88E10DE00; Sun, 13 Jan 2002 23:38:30 -0800 (PST) Date: Sun, 13 Jan 2002 23:38:30 -0800 From: Alfred Perlstein To: Alan Cox Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_aio.c Message-ID: <20020113233830.E7984@elvis.mu.org> References: <200201140726.g0E7QYg96926@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200201140726.g0E7QYg96926@freefall.freebsd.org>; from alc@FreeBSD.org on Sun, Jan 13, 2002 at 11:26:33PM -0800 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 * Alan Cox [020113 23:26] wrote: > alc 2002/01/13 23:26:33 PST > > Modified files: > sys/kern vfs_aio.c > Log: > o Correct the initialization of aiolio_zone: Each entry was 16 times larger > than necessary. > o Move a rarely-used goto label inside a critical section so that we don't > perform an splnet() for which there is no corresponding splx(). > o Remove unnecessary splnet()/splx() around accesses to kaioinfo::kaio_jobdone > in aio_return(). > o Use TAILQ_FOREACH for simple cases of iteration over kaioinfo::kaio_jobdone. I skipped over AIO for the fdlocking patches. Any chance you can take a look at it? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductable donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message