Remove now-obsolete comment.

This commit is contained in:
Warner Losh 2019-07-17 20:43:14 +00:00
parent 345e740a1b
commit 204498d7c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350094

View File

@ -452,8 +452,7 @@ nvme_register_consumer(nvme_cons_ns_fn_t ns_fn, nvme_cons_ctrlr_fn_t ctrlr_fn,
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) {