commit | 918cdf442326e5eaa808258e403c6a6e2dc23113 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Mon May 18 12:15:18 2020 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon May 25 11:25:37 2020 +0200 |
tree | d6aeaf8f50f5eb2c793fb6322d5f35f06f444d20 | |
parent | 7e4a3f7ed5d54926ec671bbb13e171cfe179cc50 [diff] |
btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks() The label 'fail_unlock' is pointless, all it does is to jump to the label 'out', so just remove it. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>