]> git.itanic.dy.fi Git - linux-stable/commit
erofs: fix error return code in erofs_fscache_{meta_,}read_folio
authorSun Ke <sunke32@huawei.com>
Mon, 15 Aug 2022 03:48:29 +0000 (11:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Sep 2022 08:47:16 +0000 (10:47 +0200)
commit5f7f40e0a27899411ddba7a6417931ad37e5c189
tree6f19e3e28b73155ee2a733c9d42fad422db17ded
parent56fd5dcf111be825b404b51a04ca807945411295
erofs: fix error return code in erofs_fscache_{meta_,}read_folio

[ Upstream commit 5bd9628b784cc5e38e1c7ebb680bbd6ee741230e ]

If erofs_fscache_alloc_request fail and then goto out, it will return 0.
it should return a negative error code instead of 0.

Fixes: d435d53228dd ("erofs: change to use asynchronous io for fscache readpage/readahead")
Signed-off-by: Sun Ke <sunke32@huawei.com>
Reviewed-by: Jingbo Xu <jefflexu@linux.alibaba.com>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20220815034829.3940803-1-sunke32@huawei.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/erofs/fscache.c