From: Filipe Manana Date: Thu, 18 May 2023 11:06:33 +0000 (+0100) Subject: btrfs/287: add git commit hash for the kernel fix X-Git-Tag: v2023.05.28~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4aa3e1dc28c91d586ce757fa66f0c75729f48f55;p=xfstests-dev.git 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 Reviewed-by: Anand Jain Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/287 b/tests/btrfs/287 index a0b71c7e..cac96a23 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()