->llist was needed for rsrc node destruction offload, which is removed now. Get rid of the unused field. Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> --- io_uring/rsrc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/io_uring/rsrc.h b/io_uring/rsrc.h index 732496afed4c..525905a30a55 100644 --- a/io_uring/rsrc.h +++ b/io_uring/rsrc.h @@ -44,7 +44,6 @@ struct io_rsrc_node { struct io_rsrc_data *rsrc_data; }; struct list_head node; - struct llist_node llist; int refs; /* -- 2.40.0