1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

ctl: Correct comment in ctl_worker_thread

The incoming queue is handled before the RtR one.
No functional change.

MFC after:	3 days
This commit is contained in:
Emmanuel Vadot 2017-12-27 15:39:31 +00:00
parent a9a7c8c0a1
commit 8e3f1dcf54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327239

View File

@ -13352,8 +13352,8 @@ ctl_work_thread(void *arg)
* We handle the queues in this order:
* - ISC
* - done queue (to free up resources, unblock other commands)
* - RtR queue
* - incoming queue
* - RtR queue
*
* If those queues are empty, we break out of the loop and
* go to sleep.