]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: fix error path of recovery
authorChao Yu <yuchao0@huawei.com>
Wed, 10 Apr 2019 10:45:26 +0000 (18:45 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Jun 2019 09:52:55 +0000 (11:52 +0200)
commitd6fa38f7c326d651aa40b0f92373722c8f5ff159
tree612cc47d4cff44870c69a0a399902371a685760f
parentda06b18bf651402937b925ab6a44589c1b810f64
f2fs: fix error path of recovery

[ Upstream commit 988385795c7f46b231982d54750587f204bd558b ]

There are some places in where we missed to unlock page or unlock page
incorrectly, fix them.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/recovery.c