]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic: add missing kernel commit IDs to tests 784 and 785
authorFilipe Manana <fdmanana@suse.com>
Tue, 27 Jan 2026 15:01:52 +0000 (15:01 +0000)
committerZorro Lang <zlang@kernel.org>
Thu, 29 Jan 2026 16:16:14 +0000 (00:16 +0800)
The respective kernel patches are already in Linus' tree (landed in
v6.19-rc2), so update the tests to include the commit IDs.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/784
tests/generic/785

index 5d972ccef178e9f950c544c43ddf66e31bc599b1..f7fb6272084db00007612c440af06147ffcdafdc 100755 (executable)
@@ -25,7 +25,7 @@ _cleanup()
 _require_scratch
 _require_dm_target flakey
 
-[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit xxxxxxxxxxxx \
+[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 266273eaf4d9 \
        "btrfs: don't log conflicting inode if it's a dir moved in the current transaction"
 
 _scratch_mkfs >>$seqres.full 2>&1 || _fail "mkfs failed"
index d918de4fcda97fd78a6cc145a05988d31d4f7d81..6c3a1c36e408bf9e972294f771784a7468c5f451 100755 (executable)
@@ -27,7 +27,7 @@ _require_scratch
 _require_dm_target flakey
 _require_fssum
 
-[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit xxxxxxxxxxxx \
+[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 5630f7557de6 \
        "btrfs: do not skip logging new dentries when logging a new name"
 
 _scratch_mkfs >>$seqres.full 2>&1 || _fail "mkfs failed"