CVSROOT:        /cvs
Module name:    src
Changes by:     chel...@cvs.openbsd.org 2020/12/06 12:18:30

Modified files:
        sys/kern       : kern_srp.c 

Log message:
srp_finalize(9): tsleep(9) -> tsleep_nsec(9)

srp_finalize(9) spins until the refcount hits zero.  Blocking for at
least 1ms each iteration instead of blocking for at most 1 tick is
sufficient.

Discussed with mpi@.

ok claudio@ jmatthew@

Reply via email to