io-uring: move io_wait_queue definition to header file
authorStefan Roesch <shr@devkernel.io>
Thu, 8 Jun 2023 16:38:35 +0000 (09:38 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Feb 2024 20:27:25 +0000 (13:27 -0700)
commit92d5d401c6b5eb34241de49d2da11da2f5462f06
treeed3f48ab9e3ba3911472bace9d11e479953d70ab
parent63ff3998a68c3e3536316a3e61fc357816061be8
io-uring: move io_wait_queue definition to header file

This moves the definition of the io_wait_queue structure to the header
file so it can be also used from other files.

Signed-off-by: Stefan Roesch <shr@devkernel.io>
Link: https://lore.kernel.org/r/20230608163839.2891748-4-shr@devkernel.io
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h