Commit 06974968 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix iterator leak in may_delete_deleted_inode()



may_delete_deleted_inode() was returning without exiting a btree
iterator, eventually causing propagate_key_to_snaphot_leaves() to go
into an infinite loop hitting btree_trans_too_many_iters().

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 006ccc30
Supports Markdown
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