quota: correct error number in free_dqentry()
authorZhang Yi <yi.zhang@huawei.com>
Fri, 8 Oct 2021 09:38:21 +0000 (17:38 +0800)
committerJan Kara <jack@suse.cz>
Mon, 11 Oct 2021 08:57:04 +0000 (10:57 +0200)
commitd0e36a62bd4c60c09acc40e06ba4831a4d0bc75b
treeb7724e83ba0c109ac887926e12f2044d777a00be
parent9bf3d20331295b1ecb81f4ed9ef358c51699a050
quota: correct error number in free_dqentry()

Fix the error path in free_dqentry(), pass out the error number if the
block to free is not correct.

Fixes: 1ccd14b9c271 ("quota: Split off quota tree handling into a separate file")
Link: https://lore.kernel.org/r/20211008093821.1001186-3-yi.zhang@huawei.com
Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Cc: stable@kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/quota_tree.c