Skip to content

Commit

Permalink
io_uring: split network related opcodes into its own file
Browse files Browse the repository at this point in the history
While at it, convert the handlers to just use io_eopnotsupp_prep()
if CONFIG_NET isn't set.

Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Jul 25, 2022
1 parent e0da14d commit f9ead18
Show file tree
Hide file tree
Showing 5 changed files with 884 additions and 835 deletions.
2 changes: 1 addition & 1 deletion io_uring/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
sync.o advise.o filetable.o \
openclose.o uring_cmd.o epoll.o \
statx.o
statx.o net.o
obj-$(CONFIG_IO_WQ) += io-wq.o
Loading

0 comments on commit f9ead18

Please sign in to comment.