diff options
author | Pavel Begunkov | 2022-06-16 13:57:19 +0100 |
---|---|---|
committer | Jens Axboe | 2022-07-24 18:39:14 -0600 |
commit | ab1c84d855cf2c284fa0f4b17fc04063659c54a1 (patch) | |
tree | fcd37ba6aab3db4115bfa49421662e91854823e2 /io_uring/refs.h | |
parent | 27a9d66fec77cff0e32d2ecd5d0ac7ef878a7bb0 (diff) |
io_uring: make io_uring_types.h public
Move io_uring types to linux/include, need them public so tracing can
see the definitions and we can clean trace/events/io_uring.h
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/a15f12e8cb7289b2de0deaddcc7518d98a132d17.1655384063.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/refs.h')
-rw-r--r-- | io_uring/refs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/refs.h b/io_uring/refs.h index 334c5ead4c43..1336de3f2a30 100644 --- a/io_uring/refs.h +++ b/io_uring/refs.h @@ -2,7 +2,7 @@ #define IOU_REQ_REF_H #include <linux/atomic.h> -#include "io_uring_types.h" +#include <linux/io_uring_types.h> /* * Shamelessly stolen from the mm implementation of page reference checking, |