aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2023-05-18 12:05:55 +0100
committerZorro Lang <zlang@kernel.org>2023-05-28 02:10:24 +0800
commite46a74f2e1d72ff8ad17baeb67193480f2070518 (patch)
treef2483f9bfb2af818a70e8b0d179a0fbfec8fdca9
parenta7afd52b4a89415074ccd17f8ba5eada7e1855d2 (diff)
downloadxfstests-dev-e46a74f2e1d72ff8ad17baeb67193480f2070518.tar.gz
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 <fdmanana@suse.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/7083
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/generic/708 b/tests/generic/708
index 1f0843c72b..6809a50c80 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