Date: Sat, 19 Jan 2002 16:52:45 -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: <200201200052.g0K0qj999893@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/01/19 16:52:45 PST
Modified files:
sys/kern vfs_aio.c
Log:
o Revision 1.99 ("KSE Milestone 2") left the aio daemons
sleeping on a process object but changed the corresponding
wakeup()s to the thread object. The result was that non-raw
aio ops waited for an aio daemon to timeout before action
was taken. Now, we sleep on the thread object.
PR: kern/34016
Revision Changes Path
1.112 +2 -2 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?200201200052.g0K0qj999893>
