diff options
author | Nikolay Borisov <nborisov@suse.com> | 2017-07-19 10:47:57 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2017-08-16 16:12:03 +0200 |
commit | 110840bb629a974b1dafafce2d50a891496171b6 (patch) | |
tree | fbbbc66b2d672f83a2372545bf5c88da1ea3bedb /fs/btrfs/dev-replace.c | |
parent | 500ceed807c4af359be7d08be2e17487ba00e14e (diff) | |
download | linux-110840bb629a974b1dafafce2d50a891496171b6.tar.gz linux-110840bb629a974b1dafafce2d50a891496171b6.tar.bz2 linux-110840bb629a974b1dafafce2d50a891496171b6.zip |
btrfs: Remove unused variables
clear_super - usage was removed in commit cea67ab92d3d ("btrfs: clean
the old superblocks before freeing the device") but that change forgot
to remove the actual variable.
max_key - commit 6174d3cb43aa ("Btrfs: remove unused max_key arg from
btrfs_search_forward") removed the max_key parameter but it forgot to
remove references from callers.
stripe_len - this one was added by e06cd3dd7cea ("Btrfs: add validadtion
checks for chunk loading") but even then it wasn't used.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions