diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/io_uring.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/io_uring.h b/src/io_uring.h index 24906e9..e234086 100644 --- a/src/io_uring.h +++ b/src/io_uring.h @@ -70,11 +70,6 @@ struct io_uring_cqe { }; /* - * io_uring_event->flags - */ -#define IOCQE_FLAG_CACHEHIT (1U << 0) /* IO did not hit media */ - -/* * Magic offsets for the application to mmap the data it needs */ #define IORING_OFF_SQ_RING 0ULL |