diff options
author | Anand Jain <anand.jain@oracle.com> | 2024-05-24 12:26:59 +0800 |
---|---|---|
committer | Zorro Lang <zlang@kernel.org> | 2024-05-25 13:57:33 +0800 |
commit | 692bef09cfad168df9602349319c1b4f43192ae4 (patch) | |
tree | 445f856d5a7651c51a3f0d975d2ceb6d152b6186 | |
parent | 86e123019c81536c5889881a3a4d896fefe8c3e8 (diff) |
btrfs/741: add commit ID in _fixed_by_kernel_commit
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>
-rwxr-xr-x | tests/generic/741 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/741 b/tests/generic/741 index f8f9a7be..ad1592a10 100755 --- a/tests/generic/741 +++ b/tests/generic/741 @@ -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 |