]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
authorkaixuxia <xiakaixu1987@gmail.com>
Thu, 31 Oct 2019 06:41:49 +0000 (14:41 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sat, 2 Nov 2019 05:56:51 +0000 (13:56 +0800)
commit0f211f5bca402fabdbb526a5f5010dce956c7fd1
tree6a6cc73546118902a2042fe06ae8c8c3e801ac8c
parent65dfd40a97b6bbbd2a22538977bab355c5bc0f06
generic: test the deadlock between the AGI and AGF with RENAME_WHITEOUT

There is ABBA deadlock bug in XFS between the AGI and AGF when
performing rename() with RENAME_WHITEOUT flag, and add this testcase
to make sure the rename() call works well.

Though this is a xfs-specific bug, the reproducer has no
xfs-specific part.

Signed-off-by: kaixuxia <kaixuxia@tencent.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/585 [new file with mode: 0755]
tests/generic/585.out [new file with mode: 0644]
tests/generic/group