diff mbox series

btrfs/299: update kernel commit hash and subject

Message ID 3ccaa4e5f43538891d312ba7e9e4b38d61434d35.1674644818.git.fdmanana@suse.com (mailing list archive)
State New, archived
Headers show
Series btrfs/299: update kernel commit hash and subject | expand

Commit Message

Filipe Manana Jan. 25, 2023, 11:07 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

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@suse.com>
---
 tests/btrfs/299 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

David Disseldorp Jan. 25, 2023, 12:15 p.m. UTC | #1
On Wed, 25 Jan 2023 11:07:39 +0000, fdmanana@kernel.org wrote:

> From: Filipe Manana <fdmanana@suse.com>
> 
> 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@suse.com>

Reviewed-by: David Disseldorp <ddiss@suse.de>
Anand Jain Jan. 26, 2023, 3:32 a.m. UTC | #2
LGTM

Reviewed-by: Anand Jain <anand.jain@oracle.com>
diff mbox series

Patch

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