CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/04 06:28:55
Modified files:
sys/kern : subr_witness.c
Log message:
Make callers of witness_lock_list_{get,free}() responsible of raising
the system priority level to IPL_HIGH. This simplifies the code a bit
relative to calling from witness_lock() and witness_unlock().
OK mpi@
