Page MenuHomeFreeBSD

D31380.id93102.diff
No OneTemporary

D31380.id93102.diff

Index: sys/cam/ata/ata_xpt.c
===================================================================
--- sys/cam/ata/ata_xpt.c
+++ sys/cam/ata/ata_xpt.c
@@ -1799,18 +1799,10 @@
{
if (start_ccb->ccb_h.func_code != XPT_ATA_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
Mon, Mar 3, 6:35 PM (9 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16950686
Default Alt Text
D31380.id93102.diff (735 B)

Event Timeline