diff options
author | Nikolay Borisov <nborisov@suse.com> | 2020-11-24 17:49:32 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-12-08 15:54:15 +0100 |
commit | 8df01fddb77998a46b1b59563e1c5d094dc2586a (patch) | |
tree | 6da2372fdd4dc0eac5c27d780aafea60a9a8e7e8 /fs/btrfs/dev-replace.c | |
parent | c6a592f2e2093e6a90d651b073746c7950d6420d (diff) |
btrfs: remove err variable from do_relocation
It simply gets assigned to 'ret' in case of errors. The flow of the
while loop is not changed by this commit since the few call sites
that 'goto next' will simply break from the loop.
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