f2fs: should put a page when checking the summary info
authorPavel Machek <pavel@denx.de>
Mon, 24 Oct 2022 17:30:12 +0000 (19:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2023 10:58:47 +0000 (11:58 +0100)
commitacc13987fdea7ef6361f7528fec1d2884e377c12
tree25f25d33eacdba83a19e794d6058e7c62c922c43
parent35d8a89862e69f743715613d4751a08094e6aa1c
f2fs: should put a page when checking the summary info

commit c3db3c2fd9992c08f49aa93752d3c103c3a4f6aa upstream.

The commit introduces another bug.

Cc: stable@vger.kernel.org
Fixes: c6ad7fd16657e ("f2fs: fix to do sanity check on summary info")
Signed-off-by: Pavel Machek <pavel@denx.de>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/gc.c