Commit 285207f6 authored by Jens Axboe's avatar Jens Axboe

io_uring/kbuf: remove dead define

We no longer use IO_BUFFER_LIST_BUF_PER_PAGE, kill it.
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1da2f311
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
#include "kbuf.h" #include "kbuf.h"
#include "memmap.h" #include "memmap.h"
#define IO_BUFFER_LIST_BUF_PER_PAGE (PAGE_SIZE / sizeof(struct io_uring_buf))
/* BIDs are addressed by a 16-bit field in a CQE */ /* BIDs are addressed by a 16-bit field in a CQE */
#define MAX_BIDS_PER_BGID (1 << 16) #define MAX_BIDS_PER_BGID (1 << 16)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment