]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit4150983ad5d6f1350c239bc9fb26b67b17a58d3a
tree95824798f8ef1fca331aaedbea5d4b5d505f97c5
parent0d1087e3fa7114741356a28bd99dea1beed2c15d
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]