The tests btrfs/288, btrfs/289 and btrfs/300 are using the "xxxx..." stub
for commit ids, as when they were submitted/merged the corresponding
btrfs patches were not yet in Linus' tree. So replace the stubs with the
commit ids.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
# Overwriting data is forbidden on a zoned block device
_require_non_zoned_device "${SCRATCH_DEV}"
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 1f2030ff6e49 \
"btrfs: scrub: respect the read-only flag during repair"
_scratch_dev_pool_get 2
# is dependent on the sectorsize.
_require_btrfs_support_sectorsize 4096
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 79b8ee702c91 \
"btrfs: scrub: also report errors hit during the initial read"
# Create a single btrfs with DUP data profile, and create one 128K file.
_register_cleanup "cleanup"
_supported_fs btrfs
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 94628ad94408 \
"btrfs: copy dir permission and time when creating a stub subvolume"
_require_test