diff --git a/fs/io_uring.c b/fs/io_uring.c index af9472e3f17b9..8cdcd645f3d83 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -295,7 +295,6 @@ struct io_sq_data { struct completion exited; }; -#define IO_IOPOLL_BATCH 8 #define IO_COMPL_BATCH 32 #define IO_REQ_CACHE_SIZE 32 #define IO_REQ_ALLOC_BATCH 8