six locks: Remove hacks for percpu mode lost wakeup
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 21 May 2023 20:38:09 +0000 (16:38 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:01 +0000 (17:10 -0400)
commit0157f9c5a7c77b1cb89756351929dba4b28d5f75
tree0ca2ecb5482986803a74c25cabec5e4bcff46643
parent0d2234a79e877b1bfa71b2c8c712a155be419827
six locks: Remove hacks for percpu mode lost wakeup

The lost wakeup bug hasn't been observed in awhile, and we're trying to
provoke it and determine if it still exists.

This patch removes some defenses that were added to attempt to track it
down; if it still exists, this should make it easier to see it.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/six.c