diff mbox series

btrfs/287: add git commit hash for the kernel fix

Message ID dd250729b7e59e9208f3e6a96b320a57f31f74cf.1684407974.git.fdmanana@suse.com (mailing list archive)
State New, archived
Headers show
Series btrfs/287: add git commit hash for the kernel fix | expand

Commit Message

Filipe Manana May 18, 2023, 11:06 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

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>
---
 tests/btrfs/287 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anand Jain May 19, 2023, 5:35 a.m. UTC | #1
Reviewed-by: Anand Jain <anand.jain@oracle.com>
diff mbox series

Patch

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()