+158
−105
+2
−2
Loading
This brings back an important optimization, to avoid touching the wait
lists an extra time, while preserving the property that a thread is on a
lock waitlist iff it is waiting - it is never removed from the waitlist
until it has the lock.
Signed-off-by:
Kent Overstreet <kent.overstreet@linux.dev>