f2fs: fix error path of recovery
authorChao Yu <yuchao0@huawei.com>
Wed, 10 Apr 2019 10:45:26 +0000 (18:45 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 9 May 2019 04:23:06 +0000 (21:23 -0700)
commit988385795c7f46b231982d54750587f204bd558b
tree0c5c67dea59f1afa9de80aef8a491cde6d21c080
parent793ab1c8a792f8bccd7ae4c5be02bd275410b3af
f2fs: fix error path of recovery

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>
fs/f2fs/recovery.c