]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: btree_trans_restart_foreign_task()
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 21 Mar 2025 18:22:39 +0000 (14:22 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:37 +0000 (09:50 -0400)
commit0b4fd567261bc21ba1fd8636489396f0940b54f8
tree1cb6755d8b6a9fc11f2cdeb75c6df4d6a4d4adf3
parentf4a584f4bf64e0db30312088d504d4da29ca556b
bcachefs: btree_trans_restart_foreign_task()

In debug mode, we save the call stack on transaction restart - but
there's no locking, so we can't touch it if we're issuing the restart
from another thread.

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