src/io_uring.h: sync with kernel header

Just a removal of the IORING_MAX_ENTRIES user visible define.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2019-01-31 22:58:02 -07:00
parent 091b18fb85
commit be33b0a219

View File

@@ -11,8 +11,6 @@
#include <linux/fs.h>
#include <linux/types.h>
#define IORING_MAX_ENTRIES 4096
/*
* IO submission data structure (Submission Queue Entry)
*/