ioengines: Add thread_data to .errdetails
authorMinwoo Im <minwoo.im@samsung.com>
Thu, 15 Aug 2024 23:08:17 +0000 (08:08 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Fri, 16 Aug 2024 12:07:40 +0000 (21:07 +0900)
commit0c89abc1368936b9de836b77ab87e91a1ef5a7f8
treef464fbb7dd7cf958c09bdd8c58276d59158fcd64
parent55b10ccca6a2ba623360a38c3fdf7332461646bb
ioengines: Add thread_data to .errdetails

No functional changes here, but added a 'struct thread_data *td' to the
errdetails callback.  This is a prep patch for the following commits to
access 'td->eo' instance from .errdetails callback.

Bump up FIO_IOOPS_VERSION to 36 since the previous commits updated
.errdetails callback for ioengines by adding 'thread_data' argument.

Signed-off-by: Minwoo Im <minwoo.im@samsung.com>
engines/librpma_fio.c
engines/librpma_fio.h
engines/sg.c
io_u.c
ioengines.h