commit | 0af447d0507b1623cd4b94ad941460951e141783 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Aug 17 12:08:37 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:06:55 2020 +0200 |
tree | bba23bc990b923b83b00ae4ad37cc3415678f6d1 | |
parent | cb4c9198302b02c3f0eaf4267636e5ce1f4a4765 [diff] |
btrfs: remove unnecessarily shadowed variables In btrfs_orphan_cleanup, there's another instance of fs_info, but it's the same as the one we already have. In btrfs_backref_finish_upper_links, rb_node is same type and used as temporary cursor to the tree. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>