Author :
dlg
Date :
2025-05-01 01:43:10
Hash :17c73a2a Message :avoid sleeping and therefore SCHED_LOCK while holding timeout_mutex.
this was necessary back in kern_timeout.c r1.50 to avoid deadlocks,
but was lost when TIMEOUT_MPSAFE was introduced in r1.96. we've
gotten away with it for the last year or so, but it feels like a
trap for the future.
ok tedu@ mpi@