engines/io_uring: return unsigned from fio_ioring_cqring_reap()
authorCaleb Sander Mateos <csander@purestorage.com>
Thu, 17 Jul 2025 17:48:51 +0000 (11:48 -0600)
committerCaleb Sander Mateos <csander@purestorage.com>
Thu, 17 Jul 2025 17:48:51 +0000 (11:48 -0600)
commitc6078492ccd8be6a1a52b5aaa645c0275ea18d90
treec54b667eb37eaa9085fc73a1f1d70f6704a45161
parent740019d28b835bf45a15c8660467f22231dcd268
engines/io_uring: return unsigned from fio_ioring_cqring_reap()

fio_ioring_cqring_reap() can't fail and returns an unsigned variable. So
change its return type from int to unsigned.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
engines/io_uring.c