io_uring: split out open/close operations

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2022-05-24 21:54:43 -06:00
parent 453b329be5
commit cd40cae29e
5 changed files with 345 additions and 298 deletions

View File

@@ -3,5 +3,6 @@
# Makefile for io_uring
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
sync.o advise.o filetable.o
sync.o advise.o filetable.o \
openclose.o
obj-$(CONFIG_IO_WQ) += io-wq.o