]> 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 12:01:59 +0000 (14:01 +0200)
commit0a76082a4a32a90d1ef33dee8b400efc082b4b6f
tree6c9e9bd89c1c0c4e961fbd82c147b279b5c6efea
parente2bbefc1741cb0732c13652be173da02f25611d1
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