io_uring: split network related opcodes into its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 12:25:13 +0000 (06:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:28:31 +0000 (11:28 -0600)
commit0c092c307aba14cd5c6b832881c6f4de301e9a04
treec954576becd1de668277043e575e28529492491d
parent78cf246f7ad7efd61e6354752ca94cd8dfb25375
io_uring: split network related opcodes into its own file

While at it, convert the handlers to just use io_eopnotsupp_prep()
if CONFIG_NET isn't set.

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