commit | bf46f52db96795e0c10292d55888640ab57f42c7 | [log] [tgz] |
---|---|---|
author | Edmund Nadolski <enadolski@suse.com> | Mon Nov 20 13:24:49 2017 -0700 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:14 2018 +0100 |
tree | fc9f0dff77fbbd0c8f76d93e8e105c01ee85549d | |
parent | 41a1eadad719168ce5f6cfcfda6ea45134f2424a [diff] |
btrfs: remove dead code from btrfs_get_extent Due to new_inline logic, the create == 0 is always true at this point in the code, so the create != 0 branch can be removed. Signed-off-by: Edmund Nadolski <enadolski@suse.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>