]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: fix missing up_read
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 28 Sep 2018 05:15:31 +0000 (22:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Dec 2018 12:05:14 +0000 (13:05 +0100)
commite33c1e29d4c3afbdca7390ee97efcb29275d4061
tree9972220c76b05ab50f67037529c980f6b805e959
parentaafb371575161e315a98dee978b72f9d5357791b
f2fs: fix missing up_read

commit 89d13c38501df730cbb2e02c4499da1b5187119d upstream.

This patch fixes missing up_read call.

Fixes: c9b60788fc76 ("f2fs: fix to do sanity check with block address in main area")
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/node.c