From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Sterba Date: Wed, 13 Jan 2016 13:31:02 +0000 Subject: Re: [patch] Btrfs: clean up an error code in btrfs_init_space_info() Message-Id: <20160113133102.GQ4227@twin.jikos.cz> List-Id: References: <20160113122117.GB19993@mwanda> In-Reply-To: <20160113122117.GB19993@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Chris Mason , Liu Bo , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On Wed, Jan 13, 2016 at 03:21:17PM +0300, Dan Carpenter wrote: > 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 > --- > I would appreciate a little review here. This patch doesn't change > behavior, but it's possible that we had intended to do something else. No, it makes sense to switch it to -EINVAL. Thanks. Reviewed-by: David Sterba