diff options
author | David Sterba <dsterba@suse.com> | 2020-08-17 12:08:37 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-10-07 12:06:55 +0200 |
commit | 0af447d0507b1623cd4b94ad941460951e141783 (patch) | |
tree | bba23bc990b923b83b00ae4ad37cc3415678f6d1 /fs/fs_context.c | |
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>
Diffstat (limited to 'fs/fs_context.c')
0 files changed, 0 insertions, 0 deletions