Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 18e92841 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Make btree_deadlock_to_text() clearer


btree_deadlock_to_text() searches the list of btree transactions to find
a deadlock - when it finds one it's done; it's not like other *_read()
functions that's printing each object.

Factor out btree_deadlock_to_text() to make this clearer.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent f44cc269
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment