]> 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 11:59:04 +0000 (13:59 +0200)
commitf20191100952013f0916418cdaed0ab55c7b634c
tree4f0986dd5bd1dc28b8866d413a9413b5dfd8b792
parent1424358cd66c49460493293497b54cb72e0213cc
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