aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2023-05-18 12:06:33 +0100
committerZorro Lang <zlang@kernel.org>2023-05-28 02:11:42 +0800
commit4aa3e1dc28c91d586ce757fa66f0c75729f48f55 (patch)
tree63e5046c51f6f928d89263aa2f182513df52a136
parentaeb0dccbadacd2c463e6d768e6d8e67a2c8c122c (diff)
downloadxfstests-dev-4aa3e1dc28c91d586ce757fa66f0c75729f48f55.tar.gz
btrfs/287: add git commit hash for the kernel fix
The respective fix landed on kernel 6.4-rc2, commit: 0cad8f14d70c "btrfs: fix backref walking not returning all inode refs" So update the test to include the commit hash. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/2872
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/287 b/tests/btrfs/287
index a0b71c7e4e..cac96a23f5 100755
--- a/tests/btrfs/287
+++ b/tests/btrfs/287
@@ -19,7 +19,7 @@ _require_xfs_io_command "fpunch"
# This is a test case to test the logical to ino ioctl in general but it also
# serves as a regression a test for an issue fixed by the following commit.
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 0cad8f14d70c \
"btrfs: fix backref walking not returning all inode refs"
query_logical_ino()