diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-09-10 23:33:08 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:09:05 -0400 |
commit | ee7570546e89ece9b56eaa22c94a6ec0941ec827 (patch) | |
tree | 7e454dc52b3f955a76cf46e849ee010ee7dafa24 /fs/bcachefs/recovery.c | |
parent | 9f2772c45460e420de9a88980129bef135c6b76f (diff) | |
download | lwn-ee7570546e89ece9b56eaa22c94a6ec0941ec827.tar.gz lwn-ee7570546e89ece9b56eaa22c94a6ec0941ec827.zip |
bcachefs: Fix a deadlock
Waiting on a btree node write with btree locks held can deadlock, if the
write errors: the write error path has to do do a btree update to drop
the pointer to the replica that errored.
The interior update path has to wait on in flight btree writes before
freeing nodes on disk. Previously, this was done in
bch2_btree_interior_update_will_free_node(), and could deadlock; now, we
just stash a pointer to the node and do it in
btree_update_nodes_written(), just prior to the transactional part of
the update.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/recovery.c')
0 files changed, 0 insertions, 0 deletions