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>
Thu, 21 Jul 2022 14:34:12 +0000 (08:34 -0600)
commitcf97007d28b4e4907f3fbf5e1f5a501422173a71
tree9c3ca2a8a45113d66bd4974780c3ab58ac535a14
parenteaa3f16eca5b33689bcc1baedd0465cb5f85ed14
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]