io_uring/rsrc: don't offload node free
[linux-block.git] / include / linux / io_uring_types.h
index 9492889f00c04395c931b41a0185479008c1fa3e..47496059e13acd0f34d6e6bfc8d887a9cb118ec2 100644 (file)
@@ -330,9 +330,6 @@ struct io_ring_ctx {
        struct io_rsrc_data             *file_data;
        struct io_rsrc_data             *buf_data;
 
-       struct delayed_work             rsrc_put_work;
-       struct callback_head            rsrc_put_tw;
-       struct llist_head               rsrc_put_llist;
        /* protected by ->uring_lock */
        struct list_head                rsrc_ref_list;