CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/12 00:51:46
Modified files:
sys/kern : kern_rwlock.c
Log message:
Only check if the current thread has the lock in rw_assert_unlocked(9).
With this semantic change it is now possible to use a similar assert for
both mutexes and rwlocks as required by the vm_map_assert_lock() diff.
ok sashan@
