diff options
| author | Colin Ian King <[email protected]> | 2018-01-12 16:52:58 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2018-03-26 13:09:29 +0000 |
| commit | 7a61f8808833115bc32dd44a9d0ce10039b9399d (patch) | |
| tree | 638b0585f69548fcbba794850867101e302b251c /fs/btrfs/dev-replace.c | |
| parent | btrfs: Remove unused btrfs_start_transaction_lflush function (diff) | |
| download | kernel-7a61f8808833115bc32dd44a9d0ce10039b9399d.tar.gz kernel-7a61f8808833115bc32dd44a9d0ce10039b9399d.zip | |
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 <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions
