Skip to content
Commit 4692cf58 authored by Jan Schmidt's avatar Jan Schmidt
Browse files

Btrfs: new backref walking code



The old backref iteration code could only safely be used on commit roots.
Besides this limitation, it had bugs in finding the roots for these
references. This commit replaces large parts of it by btrfs_find_all_roots()
which a) really finds all roots and the correct roots, b) works correctly
under heavy file system load, c) considers delayed refs.

Signed-off-by: default avatarJan Schmidt <list.btrfs@jan-o-sch.net>
parent 8da6d581
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