Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F104167894
D31380.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
702 B
Referenced Files
None
Subscribers
None
D31380.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D31380: cam: revert half of 75b5caa08ef
Attached
Detach File
Event Timeline
Log In to Comment