Replace panic() with KASSERT() and provide more useful information when failure happens.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Remove extra space.
subr_blist.c | ||
---|---|---|
123 | The change from panic to KASSERT was driven entirely by my other mentor. I considered nothing. |
subr_blist.c | ||
---|---|---|
123 | Mark means that you can implement KASSERT using assert(3), he does not suggest to use assert instead of KASSERT. |