]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Wed, 18 Jan 2023 10:41:44 +0000 (11:41 +0100)
commita228f3a5ab259efe8bdc05661e4058acbc01f27c
treec0f5ff541819e5d523971c32c0ea29a8d6be8dfc
parent8ad69a0b1eb130f82ffd100d93df3271938e4466
f2fs: should put a page when checking the summary info

commit 7468e341b0537e8942f947b0a30310f74c665d1d upstream.

The commit introduces another bug.

Cc: stable@vger.kernel.org
Fixes: 7f99bb763b967 ("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