Skip to content
Commit 61b85cb0 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: six locks: Fix lost wakeup



In percpu reader mode, trylock() for read had a lost wakeup: on failure
to get the lock, we may have caused a writer to fail to get the lock,
because we temporarily elevated the reader count.

We need to check for waiters after decrementing the read count - not
before.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 62d73dfc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment