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>
Fri, 9 Feb 2024 18:54:12 +0000 (11:54 -0700)
commit405b4dc14b10c5bdb3e9a6c3b9596c1597f7974d
treef2a323384ab9611eeb8886e1809858e458c07fea
parentadaad27980a370179c0eef96b4afe6a459f856a7
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