Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 17:28:55 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r350762 - stable/11/sys/cam/ctl
Message-ID:  <201908081728.x78HStFw073800@repo.freebsd.org>

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



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