]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
btrfs/287: add git commit hash for the kernel fix
authorFilipe Manana <fdmanana@suse.com>
Thu, 18 May 2023 11:06:33 +0000 (12:06 +0100)
committerZorro Lang <zlang@kernel.org>
Sat, 27 May 2023 18:11:42 +0000 (02:11 +0800)
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>
tests/btrfs/287

index a0b71c7e4ef8671c23e549c9b90089471644d9bb..cac96a23f5a5ff57f10620c646962db47f5e8366 100755 (executable)
@@ -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()