io_uring: remove async request cache
[linux-block.git] / include / linux / io_uring_types.h
index d34c8433caf94f52fad9c679006fc70e48fe6fdb..c47f412cf18e0c16d63c7b8442e720d89f1a1869 100644 (file)
@@ -346,10 +346,6 @@ struct io_ring_ctx {
 
        spinlock_t              completion_lock;
 
-       /* IRQ completion list, under ->completion_lock */
-       unsigned int            locked_free_nr;
-       struct io_wq_work_list  locked_free_list;
-
        struct list_head        io_buffers_comp;
        struct list_head        cq_overflow_list;
        struct io_hash_table    cancel_table;