bcachefs: Drop a faulty assertion
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 1 Mar 2019 20:51:57 +0000 (15:51 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:16 +0000 (17:08 -0400)
commitdc9aa17841e83b6d6ca5abe295545ca0764e1580
treeb2d8669644893896b3d1a8a51563b9ae4ee4f409
parent1633e492ce07e26af58b11dd26039bf7c0080c96
bcachefs: Drop a faulty assertion

the assertion was meant to check that bch2_journal_reclaim_fast() was
always being called, but since the atomic dec can happen outside of
j->lock the assertion itself can race

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