From: Jens Axboe Date: Tue, 28 Feb 2023 13:39:58 +0000 (-0700) Subject: Merge branch 'Fix_Assert_TdIoQueue_Serialize_Overlap_Offload' of https://github.com... X-Git-Tag: fio-3.34~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d08dbc03fe8b5ca5bc123746e2a688168da67a5a;p=fio.git Merge branch 'Fix_Assert_TdIoQueue_Serialize_Overlap_Offload' of https://github.com/horshack-dpreview/fio * 'Fix_Assert_TdIoQueue_Serialize_Overlap_Offload' of https://github.com/horshack-dpreview/fio: ioengines.c:346: td_io_queue: Assertion `res == 0' failed Signed-off-by: Jens Axboe --- d08dbc03fe8b5ca5bc123746e2a688168da67a5a diff --cc io_u.h index 9b5d697d,50f2ad55..ef6d0065 --- a/io_u.h +++ b/io_u.h @@@ -21,7 -21,7 +21,8 @@@ enum IO_U_F_TRIMMED = 1 << 5, IO_U_F_BARRIER = 1 << 6, IO_U_F_VER_LIST = 1 << 7, - IO_U_F_PATTERN_DONE = 1 << 8, - IO_U_F_OVERLAP_LOCK = 1 << 8, ++ IO_U_F_PATTERN_DONE = 1 << 8, ++ IO_U_F_OVERLAP_LOCK = 1 << 9, }; /*