CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/18 03:05:43
Modified files:
sys/kern : kern_rwlock.c
Log message:
Make rw_exit() always succeed after a panic.
Prevents a deadlock in if_downall() when rw_enter() succeed without
really grabbing the lock.
Reported by and ok phessler@
