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>
Thu, 21 Jul 2022 14:34:12 +0000 (08:34 -0600)
commit6c92b7c6e6764b4315c9049da3a74d60c3114f11
treedc4202b20a12216f7f5c7c763be3fcff570f1a7d
parentfce59eb5e202af0bbd07015555336c7568db3022
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]