nvme: Note where the CCB was released for passthrough command

This commit is contained in:
Warner Losh 2020-10-06 23:35:26 +00:00
parent a1975719dd
commit f8503fde31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366505

View File

@ -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;