Merge branch 'Fix_Assert_TdIoQueue_Serialize_Overlap_Offload' of https://github.com...
authorJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 13:39:58 +0000 (06:39 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 13:39:58 +0000 (06:39 -0700)
* '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 <axboe@kernel.dk>
1  2 
io_u.h

diff --cc io_u.h
index 9b5d697d94deab090e059e82c8b7f334b6102446,50f2ad55421f4d39d760eabc86dde998dd75c374..ef6d0065c9efc71ac4d3f0805fe28fc327733b16
--- 1/io_u.h
--- 2/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,
  };
  
  /*