Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169414510
D58669.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
574 B
Referenced Files
None
Subscribers
None
D58669.diff
View Options
diff --git a/sys/dev/ufshci/ufshci_sim.c b/sys/dev/ufshci/ufshci_sim.c
--- a/sys/dev/ufshci/ufshci_sim.c
+++ b/sys/dev/ufshci/ufshci_sim.c
@@ -12,6 +12,7 @@
#include <cam/cam_debug.h>
#include <cam/cam_periph.h>
#include <cam/cam_sim.h>
+#include <cam/cam_xpt_periph.h>
#include <cam/cam_xpt_sim.h>
#include <cam/scsi/scsi_all.h>
#include <cam/scsi/scsi_message.h>
@@ -542,6 +543,8 @@
err = cam_periph_runccb(ccb, NULL, 0, SF_RETRY_UA, NULL);
+ xpt_release_ccb(ccb);
+
cam_periph_unlock(periph);
/* Release periph reference */
cam_periph_release(periph);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 2, 11:54 AM (14 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36101432
Default Alt Text
D58669.diff (574 B)
Attached To
Mode
D58669: ufshci: release the CCB after sending a start stop unit command
Attached
Detach File
Event Timeline
Log In to Comment