diff mbox series

btrfs/741: add commit ID in _fixed_by_kernel_commit

Message ID 5cc75a8832418894235ad69d0c6e349e899f0c6b.1716524713.git.anand.jain@oracle.com (mailing list archive)
State New
Headers show
Series btrfs/741: add commit ID in _fixed_by_kernel_commit | expand

Commit Message

Anand Jain May 24, 2024, 4:26 a.m. UTC
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>
---
 tests/generic/741 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Sterba May 24, 2024, 1:17 p.m. UTC | #1
On Fri, May 24, 2024 at 12:26:59PM +0800, Anand Jain wrote:
> 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>
diff mbox series

Patch

diff --git a/tests/generic/741 b/tests/generic/741
index f8f9a7be7619..ad1592a10553 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