Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2002 23:38:30 -0800
From:      Alfred Perlstein <bright@mu.org>
To:        Alan Cox <alc@FreeBSD.org>
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>
In-Reply-To: <200201140726.g0E7QYg96926@freefall.freebsd.org>; from alc@FreeBSD.org on Sun, Jan 13, 2002 at 11:26:33PM -0800
References:  <200201140726.g0E7QYg96926@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Alan Cox <alc@FreeBSD.org> [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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020113233830.E7984>