Author: manu
Date: Wed Dec 27 15:39:31 2017
New Revision: 327239
URL: https://svnweb.freebsd.org/changeset/base/327239

Log:
  ctl: Correct comment in ctl_worker_thread
  
  The incoming queue is handled before the RtR one.
  No functional change.
  
  MFC after:    3 days

Modified:
  head/sys/cam/ctl/ctl.c

Modified: head/sys/cam/ctl/ctl.c
==============================================================================
--- head/sys/cam/ctl/ctl.c      Wed Dec 27 14:50:07 2017        (r327238)
+++ head/sys/cam/ctl/ctl.c      Wed Dec 27 15:39:31 2017        (r327239)
@@ -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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to