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