]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: move SQPOLL related handling into its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 15:13:39 +0000 (09:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commitc212a35b5dd020cc269ca3f9694a53069814f354
tree840446aa33554e40b8ba0f0fc68cd7707fe26b58
parentefd47f52bb81a3d1b2d4b2bc94d89d2c9c6adcf9
io_uring: move SQPOLL related handling into its own file

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/sqpoll.c [new file with mode: 0644]
io_uring/sqpoll.h [new file with mode: 0644]