commit | 79b4f4c605b76194448315865ebcf6fcb0844fc5 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Jun 15 19:09:51 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Tue Jun 20 14:22:12 2017 +0200 |
tree | 91f945e7ae0f51921eb2c8f23dd8b5da2434ffef | |
parent | 6165572c1139dd694afb8e382a5f06e7e0fa4ad8 [diff] |
btrfs: cleanup duplicate return value in insert_inline_extent The pattern when err is used for function exit and ret is used for return values of callees is not used here. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>