svn commit: r366505 - head/sys/cam/nvme

Warner Losh imp at FreeBSD.org
Tue Oct 6 23:35:26 UTC 2020


Author: imp
Date: Tue Oct  6 23:35:26 2020
New Revision: 366505
URL: https://svnweb.freebsd.org/changeset/base/366505

Log:
  nvme: Note where the CCB was released for passthrough command

Modified:
  head/sys/cam/nvme/nvme_da.c

Modified: head/sys/cam/nvme/nvme_da.c
==============================================================================
--- head/sys/cam/nvme/nvme_da.c	Tue Oct  6 23:33:56 2020	(r366504)
+++ head/sys/cam/nvme/nvme_da.c	Tue Oct  6 23:35:26 2020	(r366505)
@@ -1257,6 +1257,7 @@ ndadone(struct cam_periph *periph, union ccb *done_ccb
 		/* No-op.  We're polling */
 		return;
 	case NDA_CCB_PASS:
+		/* NVME_PASSTHROUGH_CMD runs this CCB and releases it */
 		return;
 	default:
 		break;


More information about the svn-src-all mailing list