diff options
| author | 2024-01-16 15:05:00 +0000 | |
|---|---|---|
| committer | 2024-05-07 21:31:02 +0200 | |
| commit | 47f694487738af319d0e0fae26c61d77fd6d0c5e (patch) | |
| tree | ff0593f7fbf7c5248c9c594195da32d6e0b7445d /fs/btrfs/tree-log.c | |
| parent | btrfs: remove not needed mod_start and mod_len from struct extent_map (diff) | |
| download | wireguard-linux-47f694487738af319d0e0fae26c61d77fd6d0c5e.tar.xz wireguard-linux-47f694487738af319d0e0fae26c61d77fd6d0c5e.zip | |
btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()
At btrfs_finish_one_ordered() it's pointless to assign 0 to the 'ret'
variable because if it has a non-zero value (error), we have already
jumped to the 'out' label. So remove that redundant assignment.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tree-log.c')
0 files changed, 0 insertions, 0 deletions
