svn commit: r327239 - head/sys/cam/ctl

Emmanuel Vadot manu at FreeBSD.org
Wed Dec 27 15:39:32 UTC 2017


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.


More information about the svn-src-all mailing list