From: Filipe Manana <fdmanana@xxxxxxxx> 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@xxxxxxxx> --- tests/btrfs/287 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.34.1