]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
AIO daemons have always been kernel processes to facilitate switching to
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 21 Jan 2016 02:20:38 +0000 (02:20 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 21 Jan 2016 02:20:38 +0000 (02:20 +0000)
commit39314b7d995f9f34998642bf68a74648bb75d6e6
treeb9ae0c71fb0c759f10aecdcee3e4053922c612f2
parent4429f0e2e3dab19e4d38b0c6c65afb49b0cfae5f
AIO daemons have always been kernel processes to facilitate switching to
user VM spaces while servicing jobs.  Update various comments and data
structures that refer to AIO daemons as threads to refer to processes
instead.

Reviewed by: kib
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D4999
sys/kern/vfs_aio.c