]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit
authorFilipe Manana <fdmanana@suse.com>
Fri, 15 Sep 2023 09:26:50 +0000 (10:26 +0100)
committerZorro Lang <zlang@kernel.org>
Wed, 20 Sep 2023 07:49:54 +0000 (15:49 +0800)
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>
tests/btrfs/288
tests/btrfs/289
tests/btrfs/300

index 5224589587ad053e4b7c60ef580e51fe9665e5bf..efa9a631edc6728a035c77c48c0295258aa607f3 100755 (executable)
@@ -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
index 9cb6c1a5dfc5c63c135f394047a1c108adc6142e..39d8f733d3e9070cb8451b221e60f3a4265a3326 100755 (executable)
@@ -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.
index d3722503abc39a5255b4c101399b0b12815650c9..ff87ee7112d3c34104330258a75e5d5f28538880 100755 (executable)
@@ -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