Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2019 20:43:15 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350094 - head/sys/dev/nvme
Message-ID:  <201907172043.x6HKhFKq042934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Jul 17 20:43:14 2019
New Revision: 350094
URL: https://svnweb.freebsd.org/changeset/base/350094

Log:
  Remove now-obsolete comment.

Modified:
  head/sys/dev/nvme/nvme.c

Modified: head/sys/dev/nvme/nvme.c
==============================================================================
--- head/sys/dev/nvme/nvme.c	Wed Jul 17 19:41:44 2019	(r350093)
+++ head/sys/dev/nvme/nvme.c	Wed Jul 17 20:43:14 2019	(r350094)
@@ -452,8 +452,7 @@ nvme_register_consumer(nvme_cons_ns_fn_t ns_fn, nvme_c
 	int i;
 
 	/*
-	 * TODO: add locking around consumer registration.  Not an issue
-	 *  right now since we only have one nvme consumer - nvd(4).
+	 * TODO: add locking around consumer registration.
 	 */
 	for (i = 0; i < NVME_MAX_CONSUMERS; i++)
 		if (nvme_consumer[i].id == INVALID_CONSUMER_ID) {



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