commit | 30a9da5d8d494dda15d4b79a8596445140d3aac9 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Nov 05 16:45:42 2021 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 03 15:09:48 2022 +0100 |
tree | 77030b2487931c34db1ba8b57324034823c86f08 | |
parent | fd51eb2f07c7deb8af97ab699e6239e03aa7c5f6 [diff] |
btrfs: don't use extent_root in iterate_extent_inodes We are going to have many extent_roots soon, and we don't need a root here necessarily as we're not modifying anything, we're just getting the trans handle so we can have an accurate view of references, so use the tree_root here. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>