commit | 0dc924c5f2a3c4d999e12feaccee5f970cea1315 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Jan 13 15:21:17 2016 +0300 |
committer | David Sterba <dsterba@suse.com> | Fri Jan 15 19:27:28 2016 +0100 |
tree | f8bbd1998deb74a0c3253c24b7bd1286b2afe6d9 | |
parent | 8e217858eea0d63de9d818f52fa98b5f9e502e5a [diff] |
Btrfs: clean up an error code in btrfs_init_space_info() If we return 1 here, then the caller treats it as an error and returns -EINVAL. It causes a static checker warning to treat positive returns as an error. Fixes: 1aba86d67f34 ('Btrfs: fix easily get into ENOSPC in mixed case') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>