aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-01-12 11:52:58 -0500
committerDavid Sterba <dsterba@suse.com>2018-03-26 09:09:29 -0400
commit7a61f8808833115bc32dd44a9d0ce10039b9399d (patch)
tree638b0585f69548fcbba794850867101e302b251c /fs/btrfs/dev-replace.c
parent7806c6eb15f227a484c368bbaf07da9978f57869 (diff)
btrfs: remove redundant check on ret and goto
The check for a non-zero ret is redundant as the goto will jump to the very next statement anyway. Remove this extraneous code. Detected by CoverityScan, CID#1463784 ("Identical code for different branches") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions