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>
Fri, 17 Jun 2022 14:24:51 +0000 (08:24 -0600)
commit1493ccd0c2d50c316f948c3bfdb2085faf6a4f9a
tree8413380919be1741317ccd03367ee62d911542e4
parentc2e762d683f4a85b29a10abdf76787fc33ed7f80
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]