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>
. ./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