On 18/5/23 19:05, fdmanana@xxxxxxxxxx wrote:
From: Filipe Manana <fdmanana@xxxxxxxx>
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@xxxxxxxx>
---
tests/generic/708 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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"
Reviewed-by: Anand Jain <anand.jain@xxxxxxxxxx>
# real QA test starts here
_supported_fs generic