Date: Mon, 1 Dec 1997 10:41:09 -0800 (PST) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Message-ID: <199712011841.KAA14631@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1997/12/01 10:41:09 PST Modified files: sys/kern vfs_aio.c Log: Fix a problem when creating a new kernel thread. In some cases, aio_read or aio_write can return the pid of the new thread. This is due to the way that return values from system calls being passed by side-effect in the proc structure now. This commit fixes the problem with aio_read and aio_write. Revision Changes Path 1.18 +2 -1 src/sys/kern/vfs_aio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712011841.KAA14631>