The kernel fixes exercised by some tests have already landed in Linus'
tree, so update the tests with the respective commit IDs.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
_fixed_by_kernel_commit 48ea8b200414 \
"f2fs: fix to avoid panic once fallocation fails for pinfile"
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit f7f8932ca6bb \
"f2fs: fix to avoid running out of free segments"
_require_scratch
[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 03018e5d8508 \
"btrfs: fix swap file activation failure due to extents that used to be shared"
-[ "$FSTYP" = "xfs" ] && _fixed_by_kernel_commit XXXXXXXXXXXX \
+[ "$FSTYP" = "xfs" ] && _fixed_by_kernel_commit 2d873efd174b \
"xfs: flush inodegc before swapon"
_require_scratch_swapfile
_require_scratch
_require_odirect
_require_test_program dio-writeback-race
-_fixed_by_kernel_commit XXXXXXXX \
+
+[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 968f19c5b1b7 \
"btrfs: always fallback to buffered write if the inode requires checksum"
_scratch_mkfs > $seqres.full 2>&1
. ./common/dmflakey
-[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit xxxxxxxxxxxx \
+[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 5e85262e542d \
"btrfs: fix fsync of files with no hard links not persisting deletion"
_require_scratch