io_uring: split out open/close operations
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 03:54:43 +0000 (21:54 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:28:25 +0000 (11:28 -0600)
commit362e91a9f1c06dbd0e73ca046b625d832a5ef18a
tree1558d02d174c303bd91f45e9077b0bc0d648b582
parent4b058bb2c2d163934f354794a43708037c9eda68
io_uring: split out open/close operations

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/openclose.c [new file with mode: 0644]
io_uring/openclose.h [new file with mode: 0644]