bcachefs: Simplify break_cycle()
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 9 Oct 2022 08:55:02 +0000 (04:55 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:43 +0000 (17:09 -0400)
commitfe2de9a8dc8312a0992d91c1d63d93bf28574bcf
tree86e6ddd8ba3779848a2c28b9b5302ada9accc295
parent1148a97f1fb9b80ef5355021f0c2dfc7b8f003a2
bcachefs: Simplify break_cycle()

We'd like to prioritize aborting transactions that have done less work -
however, it appears breaking cycles by telling other threads to abort
may still be buggy, so disable that for now.

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