summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-03-19 10:01:55 -0600
committerJens Axboe <axboe@kernel.dk>2019-03-19 10:01:55 -0600
commitf8b12e48bffc2c74d40a67c8af49b5a32c0f25ac (patch)
treea6735e97a1c9e3e10b7fb6267f45177d80bd72a7 /src
parenta86522197d041b889519d6744d52477e80acce1e (diff)
Remove IOCQE_FLAG_CACHEHIT
This cache hint has been removed from the io_uring series, as there's some hesitation to leak this information to userspace. Remove it from the header file and the man page. We can always re-introduce it later, if we get some variant of this included. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src')
-rw-r--r--src/io_uring.h5
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