commit | 57f1642ec36ac7c3d54f317a2f4882f39aa9ded1 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Apr 11 11:21:19 2018 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:07:16 2018 +0200 |
tree | 282ee278af32801674291de04fbab6ad5895aa42 | |
parent | 1e7a14211bced7ac26f332b16338db88290e0ffd [diff] |
btrfs: Consolidate error checking for btrfs_alloc_chunk The second if is really a subcase of ret being less than 0. So introduce a generic if (ret < 0) check, and inside have another if which explicitly handles the -ENOSPC and any other errors. No functional changes. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>