aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Xu <xuyang2018.jy@fujitsu.com>2023-12-04 06:34:28 -0500
committerZorro Lang <zlang@kernel.org>2023-12-09 12:51:34 +0800
commit95a41c18dd45e6fdb8492d33413403cce365b573 (patch)
tree0e229936f5d9cfac635d227bbb00ca550c325501
parentdd50c6276098ec568551a18c49cc3959d64f399e (diff)
downloadxfstests-dev-95a41c18dd45e6fdb8492d33413403cce365b573.tar.gz
generic/733: use correct kernel commit id
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/7335
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/generic/733 b/tests/generic/733
index ca4dd51951..d88d92a470 100755
--- a/tests/generic/733
+++ b/tests/generic/733
@@ -6,7 +6,7 @@
#
# Race file reads with a very slow reflink operation to see if the reads
# actually complete while the reflink is ongoing. This is a functionality
-# test for XFS commit f3ba4762fa56 "xfs: allow read IO and FICLONE to run
+# test for XFS commit 14a537983b22 "xfs: allow read IO and FICLONE to run
# concurrently".
#
. ./common/preamble
@@ -26,6 +26,9 @@ _require_test_program "punch-alternating"
_require_test_program "t_reflink_read_race"
_require_command "$TIMEOUT_PROG" timeout
+[ "$FSTYP" = "xfs" ] && _fixed_by_kernel_commit 14a537983b22 \
+ "xfs: allow read IO and FICLONE to run concurrently"
+
rm -f "$seqres.full"
echo "Format and mount"