]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
btrfs/741: add commit ID in _fixed_by_kernel_commit
authorAnand Jain <anand.jain@oracle.com>
Fri, 24 May 2024 04:26:59 +0000 (12:26 +0800)
committerZorro Lang <zlang@kernel.org>
Sat, 25 May 2024 05:57:33 +0000 (13:57 +0800)
Now that the kernel patch is merged in v6.9, replace the placeholder with
the actual commit ID.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/741

index f8f9a7be76195024b04bf8887c9c1b23e181727c..ad1592a105536acac08104b4b4f990bda949b928 100755 (executable)
@@ -31,7 +31,7 @@ _require_test
 _require_scratch
 _require_dm_target flakey
 
-[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit XXXXXXXXXXXX \
+[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 2f1aeab9fca1 \
                        "btrfs: return accurate error code on open failure"
 
 _scratch_mkfs >> $seqres.full