lock_get_type() needs to be accessed outside of the lock module, but it
is inline and accesses lock_t members. As advised by Marko rename lock_get_type() to lock_get_type_low() and create a public non-inline function lock_get_type() which calls lock_get_type_low(). Approved by: Marko
Showing
This diff is collapsed.
Please register or sign in to comment