Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 15:39:31 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327239 - head/sys/cam/ctl
Message-ID:  <201712271539.vBRFdVKu064179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712271539.vBRFdVKu064179>