Page MenuHomeFreeBSD

D31523.id93614.diff
No OneTemporary

D31523.id93614.diff

Index: sys/cam/scsi/scsi_xpt.c
===================================================================
--- sys/cam/scsi/scsi_xpt.c
+++ sys/cam/scsi/scsi_xpt.c
@@ -2625,18 +2625,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

Mime Type
text/plain
Expires
Fri, Jul 3, 1:48 AM (17 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34608700
Default Alt Text
D31523.id93614.diff (742 B)

Event Timeline