svn commit: r350762 - stable/11/sys/cam/ctl

Alexander Motin mav at FreeBSD.org
Thu Aug 8 17:28:55 UTC 2019


Author: mav
Date: Thu Aug  8 17:28:55 2019
New Revision: 350762
URL: https://svnweb.freebsd.org/changeset/base/350762

Log:
  MFC r327239 (by manu): ctl: Correct comment in ctl_worker_thread
  
  The incoming queue is handled before the RtR one.
  No functional change.

Modified:
  stable/11/sys/cam/ctl/ctl.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/cam/ctl/ctl.c
==============================================================================
--- stable/11/sys/cam/ctl/ctl.c	Thu Aug  8 17:03:30 2019	(r350761)
+++ stable/11/sys/cam/ctl/ctl.c	Thu Aug  8 17:28:55 2019	(r350762)
@@ -13249,8 +13249,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.


More information about the svn-src-stable mailing list