Date: Sun, 13 Jan 2002 23:26:33 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c Message-ID: <200201140726.g0E7QYg96926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Revision Changes Path
1.110 +5 -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201140726.g0E7QYg96926>
