Page MenuHomeFreeBSD

D31523.diff
No OneTemporary

D31523.diff

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

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)

Event Timeline