HomeFreeBSD

mtx: drop the tid argument from _mtx_lock_sleep

Description

mtx: drop the tid argument from _mtx_lock_sleep

tid must be equal to curthread and the target routine was already reading
it anyway, which is not a problem. Not passing it as a parameter allows for
a little bit shorter code in callers.

MFC after: 1 week

Details

Provenance
mjgAuthored on
Parents
rS324040: Add major and minor version arguments to nfscl_reqstart().
Branches
Unknown
Tags
Unknown