]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: add commit IDs for kernel fixes already merged
authorFilipe Manana <fdmanana@suse.com>
Mon, 4 May 2026 16:09:57 +0000 (17:09 +0100)
committerZorro Lang <zlang@kernel.org>
Thu, 7 May 2026 20:25:16 +0000 (04:25 +0800)
A few fixes were merged into Linus' tree, so add their commit IDs in the
respective test cases.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Anand Jain <asj@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/343
tests/btrfs/344
tests/generic/792

index 53e6028bab0c8d340efd77f3093ac7aac8e1ed8e..fd38c0108ed264a8bc68e0fb9ead8ce880eb45e8 100755 (executable)
@@ -13,7 +13,7 @@ _begin_fstest auto quick compress
 _require_scratch
 _require_btrfs_command inspect-internal dump-tree
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 883adb6dcff0 \
        "btrfs: fix the inline compressed extent check in inode_need_compress()"
 
 _scratch_mkfs >>$seqres.full 2>&1
index 932b20d4bccef28b216282b95a18043d4b3dff27..6e5d38d61535ddac52db0faa082591572eae2387 100755 (executable)
@@ -13,8 +13,8 @@ _begin_fstest auto quick compress
 _require_scratch
 _require_btrfs_command inspect-internal dump-tree
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
-       "btrfs: do not mark inode incompressible after inline attempt failed"
+_fixed_by_kernel_commit 2e0e3716c7b6 \
+       "btrfs: do not mark inode incompressible after inline attempt fails"
 
 _scratch_mkfs >>$seqres.full 2>&1
 
index 892ca2d8ecfe9586b048a9b9ae936d34983e8a97..d18967287af62f1a3750738d738bb7aa51dc102d 100755 (executable)
@@ -25,7 +25,7 @@ _require_scratch
 _require_test_program unlink-fsync
 _require_dm_target flakey
 
-_fixed_by_fs_commit btrfs xxxxxxxxxxxx \
+_fixed_by_fs_commit btrfs 999757231c49 \
        "btrfs: fix missing last_unlink_trans update when removing a directory"
 
 _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"