io_uring: move epoll handler to its own file

Would be nice to sort out Kconfig for this and don't even compile
epoll.c if we don't have epoll configured.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2022-05-25 06:09:18 -06:00
parent 4cf9049528
commit a9c210cebe
4 changed files with 70 additions and 50 deletions

View File

@@ -4,5 +4,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
openclose.o uring_cmd.o epoll.o
obj-$(CONFIG_IO_WQ) += io-wq.o