Skip to content
Commit 0dc924c5 authored by Dan Carpenter's avatar Dan Carpenter Committed by David Sterba
Browse files

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: 1aba86d6

 ('Btrfs: fix easily get into ENOSPC in mixed case')
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 8e217858
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment