Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143610332
D32126.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
352 B
Referenced Files
None
Subscribers
None
D32126.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
@@ -4627,7 +4627,7 @@
STAILQ_INSERT_TAIL(&queue->cam_doneq, &done_ccb->ccb_h, sim_links.stqe);
done_ccb->ccb_h.pinfo.index = CAM_DONEQ_INDEX;
mtx_unlock(&queue->cam_doneq_mtx);
- if (run)
+ if (run && !dumping)
wakeup(&queue->cam_doneq);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 1, 1:36 AM (5 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28241615
Default Alt Text
D32126.diff (352 B)
Attached To
Mode
D32126: cam: Avoiding waking up doneq threads if we're dumping
Attached
Detach File
Event Timeline
Log In to Comment