fstests: add missing kernel git commit IDs to some tests
Three tests (btrfs/321, generic/364 and xfs/608) refer to kernel patches
that are now in Linus' git kernel tree, so update the tests to include
the commit IDs.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
diff --git a/tests/btrfs/321 b/tests/btrfs/321
index e30199d..9393553 100755
--- a/tests/btrfs/321
+++ b/tests/btrfs/321
@@ -22,7 +22,7 @@
_require_btrfs_support_sectorsize 4096
_require_btrfs_command inspect-internal dump-tree
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 10d9d8c3512f \
"btrfs: fix a use-after-free bug when hitting errors inside btrfs_submit_chunk()"
# The bug itself has a race window, run this many times to ensure triggering.
diff --git a/tests/generic/364 b/tests/generic/364
index 3402959..968b475 100755
--- a/tests/generic/364
+++ b/tests/generic/364
@@ -18,7 +18,7 @@
# Triggers very frequently with kernel config CONFIG_BTRFS_ASSERT=y.
[ $FSTYP == "btrfs" ] && \
- _fixed_by_kernel_commit xxxxxxxxxxxx \
+ _fixed_by_kernel_commit cd9253c23aed \
"btrfs: fix race between direct IO write and fsync when using same fd"
# On error the test program writes messages to stderr, causing a golden output
diff --git a/tests/xfs/608 b/tests/xfs/608
index a74c7bf..7ac4013 100755
--- a/tests/xfs/608
+++ b/tests/xfs/608
@@ -9,7 +9,7 @@
. ./common/preamble
_begin_fstest auto
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit e21fea4ac3cf \
"xfs: fix di_onlink checking for V1/V2 inodes",
_require_scratch_nocheck # we'll do our own checking