]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/707: Test moving directory while being grown
authorJan Kara <jack@suse.cz>
Tue, 31 Jan 2023 12:54:16 +0000 (13:54 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 3 Feb 2023 09:51:37 +0000 (17:51 +0800)
commitda69ce70dfcdbd88d6f940d7c1ab346d5a1e5f82
tree7560741689703d07fce3fb6e180837c82574752d
parent6a19144c851c23d471c95b29abe6cf41ae0bce12
generic/707: Test moving directory while being grown

Test how the filesystem can handle moving a directory to a different
directory (so that parent pointer gets updated) while it is grown. Ext4
and UDF had a bug where if the directory got converted to a different
type due to growth while rename is running, the filesystem got
corrupted.

Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/707 [new file with mode: 0755]
tests/generic/707.out [new file with mode: 0644]