Page MenuHomeFreeBSD

D56487.diff
No OneTemporary

D56487.diff

diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -2785,6 +2785,7 @@
device = path->device;
periph_head = &device->periphs;
cgdl = &start_ccb->cgdl;
+ start_ccb->ccb_h.status = CAM_REQ_CMP;
/*
* Check and see if the list has changed since the user
@@ -2826,7 +2827,6 @@
cgdl->index++;
cgdl->generation = device->generation;
- cgdl->ccb_h.status = CAM_REQ_CMP;
break;
}
case XPT_DEV_MATCH:

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 25, 1:43 AM (13 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31736315
Default Alt Text
D56487.diff (477 B)

Event Timeline