]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bcachefs: Assert we're not in a restart in bch2_trans_put()
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 15 Oct 2024 03:33:57 +0000 (23:33 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:16 +0000 (01:36 -0500)
commit2434fc38ef62731f1d9b8684625a71385112805f
tree791640066a349a57062f4df780d3e1ed2bdacf9d
parent69785001c669e6e8681efdc3e49afee9f6a38559
bcachefs: Assert we're not in a restart in bch2_trans_put()

This always indicates a transaction restart handling bug

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