From: Filipe Manana Date: Tue, 27 Jan 2026 15:01:52 +0000 (+0000) Subject: generic: add missing kernel commit IDs to tests 784 and 785 X-Git-Tag: v2026.02.26~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6cc08eb813281bc42636fa806830811e8dfcfd41;p=xfstests-dev.git generic: add missing kernel commit IDs to tests 784 and 785 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 Reviewed-by: David Sterba Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/generic/784 b/tests/generic/784 index 5d972cce..f7fb6272 100755 --- a/tests/generic/784 +++ b/tests/generic/784 @@ -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" diff --git a/tests/generic/785 b/tests/generic/785 index d918de4f..6c3a1c36 100755 --- a/tests/generic/785 +++ b/tests/generic/785 @@ -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"