]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/708: fix commit subject and add its git hash
authorFilipe Manana <fdmanana@suse.com>
Thu, 18 May 2023 11:05:55 +0000 (12:05 +0100)
committerZorro Lang <zlang@kernel.org>
Sat, 27 May 2023 18:10:24 +0000 (02:10 +0800)
The test refers to a patch that ended up not committed to Linus' tree, as
the fix evolved through several patchset versions. The up to date fix
landed on kernel 6.4-rc1 and is the following:

    b73a6fd1b1ef "btrfs: split partial dio bios before submit"

So updated the test to point to that.

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/generic/708

index 1f0843c72be69cbfa0ddaa4e6f570b7400b37dd7..6809a50c803406601a45dcfa3a904aeff19f7de9 100755 (executable)
@@ -14,7 +14,8 @@
 . ./common/preamble
 _begin_fstest quick auto
 [ $FSTYP == "btrfs" ] && \
-       _fixed_by_kernel_commit XXXX 'btrfs: fix dio continue after short write due to buffer page fault'
+       _fixed_by_kernel_commit b73a6fd1b1ef \
+               "btrfs: split partial dio bios before submit"
 
 # real QA test starts here
 _supported_fs generic