]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: clean up an error code in btrfs_init_space_info()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 13 Jan 2016 12:21:17 +0000 (15:21 +0300)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Jan 2016 18:27:28 +0000 (19:27 +0100)
commitb5f81f3cbfabdc154e4007659d21a5e4a800cbbf
treef8bbd1998deb74a0c3253c24b7bd1286b2afe6d9
parent38ccc1ee54f091aa4b0ecd770e99a4f0bd035c58
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: d6504c18bfba ('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>
fs/btrfs/extent-tree.c