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>
_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"
_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"