io_uring: move fdinfo helpers to its own file

This also means moving a bit more of the fixed file handling to the
filetable side, which makes sense separately too.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2022-05-25 10:40:19 -06:00
parent e5550a1447
commit a4ad4f748e
6 changed files with 230 additions and 208 deletions

View File

@@ -6,5 +6,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 net.o msg_ring.o timeout.o \
sqpoll.o
sqpoll.o fdinfo.o
obj-$(CONFIG_IO_WQ) += io-wq.o