Page MenuHomeFreeBSD

D31380.diff
No OneTemporary

D31380.diff

diff --git a/sys/cam/ata/ata_xpt.c b/sys/cam/ata/ata_xpt.c
--- a/sys/cam/ata/ata_xpt.c
+++ b/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
Thu, Dec 5, 7:23 AM (12 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15049113
Default Alt Text
D31380.diff (702 B)

Event Timeline