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>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commitf9ead18c10589a351f395ac5aa107360f2f6ce53
tree66c6d77d7ba2e577d26323d2e6746b621f7cc18b
parente0da14def1ee0a9cd9c88893321e9a3d900f8e23
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]