]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cam: turn KASSERTs into printfs for now
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sun, 16 May 2021 19:11:46 +0000 (20:11 +0100)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sun, 16 May 2021 19:19:19 +0000 (20:19 +0100)
commit75b5caa08ef286b484aee6ddae61582b8b7ac407
tree6f8165e2fda3346b8d6bbaf3473f6a8e3f806948
parentfb580451456aa769daa2f4b2f077e39692f80c62
cam: turn KASSERTs into printfs for now

It looks like I've missed a couple of places where we don't clear
stack-allocated CCBs.  Don't panic when that happens, just print
a warning.

This is a temporary measure until I get those cases fixed.

Reviewed By: markj
Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D30296
sys/cam/ata/ata_xpt.c
sys/cam/scsi/scsi_xpt.c