]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename aiod_bio taskqueue to aiod_kick.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 14 Jan 2016 20:51:48 +0000 (20:51 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 14 Jan 2016 20:51:48 +0000 (20:51 +0000)
commitc85650cacc5f13ac226f750ca43cdb4466567773
tree3e4b1f9492168f9cca55ea4c9b1a5f174163ebad
parentee8ce60b6b5f6cf028438aae1d6e4f527867dfe3
Rename aiod_bio taskqueue to aiod_kick.

This taskqueue is not used to handle bio requests.  It is only used to
run aio_kick_nowait() to spin up new aio daemon processes.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D4904
sys/kern/vfs_aio.c