]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: add missing commit IDs to some tests v2024.03.17
authorFilipe Manana <fdmanana@suse.com>
Wed, 13 Mar 2024 15:41:36 +0000 (15:41 +0000)
committerZorro Lang <zlang@kernel.org>
Wed, 13 Mar 2024 15:56:38 +0000 (23:56 +0800)
Some tests are still using a 'xxx...' commit ID but the respective patches
were already merged to Linus' tree or btrfs-progs, so update them with the
correct commit IDs and in two cases update the subject as well, because it
was modified after the test case was added and before being sent to Linus
(btrfs/317 and generic/707).

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/249
tests/btrfs/303
tests/btrfs/309
tests/btrfs/316
tests/btrfs/317
tests/generic/707

index 06cc444b5d7a82601d01ef09f5bd7793cd009d3c..0355434b4b5be9e95ab17c03274e9c069b2538df 100755 (executable)
@@ -28,7 +28,7 @@ _require_command "$WIPEFS_PROG" wipefs
 _require_btrfs_forget_or_module_loadable
 _wants_kernel_commit a26d60dedf9a \
        "btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the device"
-_fixed_by_git_commit btrfs-progs xxxxxxxxxxxx \
+_fixed_by_git_commit btrfs-progs 32c2e57c65b9 \
        "btrfs-progs: read fsid from the sysfs in device_is_seed"
 
 _scratch_dev_pool_get 2
index 26bcfe41df8d90f77f8c6125f1b066a57973cb4e..ed3abcc157807e455f81a9b200a28d4ee6c08620 100755 (executable)
@@ -25,7 +25,7 @@ _require_test
 _require_scratch
 _require_xfs_io_command "fiemap"
 
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 5897710b28ca \
        "btrfs: send: don't issue unnecessary zero writes for trailing hole"
 
 send_files_dir=$TEST_DIR/btrfs-test-$seq
index 5cbcd22382ddc48643a364012e40b75a0050766c..d1eb953f665637e486bc3cc0221bf8c289216d4e 100755 (executable)
@@ -12,7 +12,7 @@ _begin_fstest auto quick snapshot subvol
 _supported_fs btrfs
 _require_scratch
 _require_test_program t_snapshot_deleted_subvolume
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 7081929ab257 \
        "btrfs: don't abort filesystem when attempting to snapshot deleted subvolume"
 
 _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"
index 07a94334a9ef84d9b74d848a5e135d694456f0f1..f78a023526c35d30144e7cd963ef9c64641cff90 100755 (executable)
@@ -17,7 +17,7 @@ _begin_fstest auto quick qgroup
 _supported_fs btrfs
 _require_scratch
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit d139ded8b9cd \
        "btrfs: qgroup: always free reserved space for extent records"
 
 _scratch_mkfs >> $seqres.full
index 59686b7277cfdddebe8dd0dfe9f56a683e8b73b9..b17ba584b43b59976fb6304778beff76c2babf27 100755 (executable)
@@ -10,8 +10,8 @@
 . ./common/preamble
 _begin_fstest auto volume raid convert
 
-_fixed_by_kernel_commit XXXXXXXXXX \
-       "btrfs: zoned: don't skip block group profile checks on conv zones"
+_fixed_by_kernel_commit 5906333cc4af \
+       "btrfs: zoned: don't skip block group profile checks on conventional zones"
 
 . common/filter.btrfs
 
index ad1592a1b9576ba4a0aa10a3097eb0f14c3234d9..da9dc5b6df2ef1efb322efc70799a4dbb3fca811 100755 (executable)
@@ -16,8 +16,8 @@ _require_scratch
 
 _fixed_by_kernel_commit f950fd052913 \
        "udf: Protect rename against modification of moved directory"
-_fixed_by_kernel_commit XXXXXXXXXXXX \
-       "ext4: fix possible corruption when moving a directory"
+_fixed_by_kernel_commit 0813299c586b \
+       "ext4: Fix possible corruption when moving a directory"
 
 _scratch_mkfs >>$seqres.full 2>&1
 _scratch_mount