commit | d5286a92ea76a124d6cfa1e261394da858125d99 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Thu Nov 12 13:24:02 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Tue Dec 08 15:54:12 2020 +0100 |
tree | e66789ddf53d62f6b384f022ed9775558290493b | |
parent | f30bed83426c5cb9fce6cabb3f7cc5a9d5428fcc [diff] |
btrfs: remove useless return value statement in split_node At the point when we set 'ret = 0' it's guaranteed that the function is going to return 0 so directly return 0. No functional changes. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>