Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153827081
D56487.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
477 B
Referenced Files
None
Subscribers
None
D56487.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D56487: cam: Set ccb_h.status on XPT_GDEVLIST early-return paths
Attached
Detach File
Event Timeline
Log In to Comment