aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2023-09-15 10:26:50 +0100
committerZorro Lang <zlang@kernel.org>2023-09-20 15:49:54 +0800
commitb1ad2f63105e5ed943801fd848f73380b24c9c77 (patch)
treed0666c9c3ab1d888b950754e77afc696ed0f171c
parent27f1089cf2e3512ed9a9654fb599a6c93cb5fd6d (diff)
downloadxfstests-dev-b1ad2f63105e5ed943801fd848f73380b24c9c77.tar.gz
btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit
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>
-rwxr-xr-xtests/btrfs/2882
-rwxr-xr-xtests/btrfs/2892
-rwxr-xr-xtests/btrfs/3002
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/btrfs/288 b/tests/btrfs/288
index 5224589587..efa9a631ed 100755
--- a/tests/btrfs/288
+++ b/tests/btrfs/288
@@ -22,7 +22,7 @@ _require_odirect
# 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
diff --git a/tests/btrfs/289 b/tests/btrfs/289
index 9cb6c1a5df..39d8f733d3 100755
--- a/tests/btrfs/289
+++ b/tests/btrfs/289
@@ -25,7 +25,7 @@ _require_non_zoned_device "${SCRATCH_DEV}"
# 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.
diff --git a/tests/btrfs/300 b/tests/btrfs/300
index d3722503ab..ff87ee7112 100755
--- a/tests/btrfs/300
+++ b/tests/btrfs/300
@@ -13,7 +13,7 @@ _begin_fstest auto quick subvol snapshot
_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