]> git.itanic.dy.fi Git - linux-stable/commit
f2fs: fix potential corruption when moving a directory
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 6 Apr 2023 18:18:48 +0000 (11:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:53:48 +0000 (11:53 +0200)
commit8a0b544b7caedfbc05065b6377fd1d8bf7ef5e70
treed4e54c4d5935364e17a9ed2300dffc2ac16c3011
parent424f8cdc0ad29e4940be96dcc0b935ba497adeda
f2fs: fix potential corruption when moving a directory

commit d94772154e524b329a168678836745d2773a6e02 upstream.

F2FS has the same issue in ext4_rename causing crash revealed by
xfstests/generic/707.

See also commit 0813299c586b ("ext4: Fix possible corruption when moving a directory")

CC: stable@vger.kernel.org
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/namei.c