From: Filipe Manana Date: Thu, 18 May 2023 11:05:55 +0000 (+0100) Subject: generic/708: fix commit subject and add its git hash X-Git-Tag: v2023.05.28~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e46a74f2e1d72ff8ad17baeb67193480f2070518;p=xfstests-dev.git generic/708: fix commit subject and add its git hash 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 Reviewed-by: Anand Jain Signed-off-by: Zorro Lang --- diff --git a/tests/generic/708 b/tests/generic/708 index 1f0843c7..6809a50c 100755 --- a/tests/generic/708 +++ b/tests/generic/708 @@ -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