use M_WAITOK when applicatable
Remove code to check NULL return values.
Convert sc_lock to normal mutex
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
i'm going to OK this, but when changing things to M_WAITOK, just make sure you run it on -HEAD with WITNESS and other debugging enabled (which it is by default, so don't disable it.)
Thanks!