Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107859080
D31523.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
711 B
Referenced Files
None
Subscribers
None
D31523.diff
View Options
diff --git a/sys/cam/scsi/scsi_xpt.c b/sys/cam/scsi/scsi_xpt.c
--- a/sys/cam/scsi/scsi_xpt.c
+++ b/sys/cam/scsi/scsi_xpt.c
@@ -2620,18 +2620,10 @@
{
if (start_ccb->ccb_h.func_code != XPT_SCSI_IO) {
-#ifdef notyet
KASSERT((start_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) == 0,
("%s: ccb %p, func_code %#x should not be allocated "
"from UMA zone\n",
__func__, start_ccb, start_ccb->ccb_h.func_code));
-#else
- if ((start_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) != 0) {
- printf("%s: ccb %p, func_code %#x should not be allocated "
- "from UMA zone\n",
- __func__, start_ccb, start_ccb->ccb_h.func_code);
- }
-#endif
}
switch (start_ccb->ccb_h.func_code) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 7:00 PM (18 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15955562
Default Alt Text
D31523.diff (711 B)
Attached To
Mode
D31523: cam: revert second half of 75b5caa08ef
Attached
Detach File
Event Timeline
Log In to Comment