summaryrefslogtreecommitdiff
path: root/io_uring/openclose.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-13 07:12:45 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:12 -0600
commit73572984481907d92673255b494c0ff4f77c8ed4 (patch)
tree60da997079dea90788a6665edff8b4be8818b20f /io_uring/openclose.c
parent3b77495a97239faa27989f946d29b6be7dd091e9 (diff)
io_uring: move rsrc related data, core, and commands
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/openclose.c')
-rw-r--r--io_uring/openclose.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/openclose.c b/io_uring/openclose.c
index fa35bd56a330..1cbf39030970 100644
--- a/io_uring/openclose.c
+++ b/io_uring/openclose.c
@@ -14,6 +14,7 @@
#include "io_uring_types.h"
#include "io_uring.h"
+#include "rsrc.h"
#include "openclose.h"
struct io_open {