From: Filipe Manana <fdmanana@xxxxxxxx> Test case btrfs/299 refers to a kernel patch with a subject of: "btrfs: fix logical_ino ioctl panic" However when the patch was merged, the subject was renamed to: "btrfs: fix resolving backrefs for inline extent followed by prealloc" So update the test with the correct subject and also add the commit's hash from Linus' tree. Signed-off-by: Filipe Manana <fdmanana@xxxxxxxx> --- tests/btrfs/299 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/btrfs/299 b/tests/btrfs/299 index 42a08317..8ed23ac5 100755 --- a/tests/btrfs/299 +++ b/tests/btrfs/299 @@ -24,7 +24,8 @@ _require_scratch _require_xfs_io_command "falloc" "-k" _require_btrfs_command inspect-internal dump-tree _require_btrfs_command inspect-internal logical-resolve -_fixed_by_kernel_commit xxxxxxxx "btrfs: fix logical_ino ioctl panic" +_fixed_by_kernel_commit 560840afc3e6 \ + "btrfs: fix resolving backrefs for inline extent followed by prealloc" dump_tree() { $BTRFS_UTIL_PROG inspect-internal dump-tree $SCRATCH_DEV -- 2.35.1