io_uring/rsrc: remove unused io_rsrc_node::llist

->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@gmail.com>
Link: https://lore.kernel.org/r/8e7d764c3f947489fde88d0927c3060d2e1bb599.1681822823.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Pavel Begunkov 2023-04-18 14:06:34 +01:00 committed by Jens Axboe
parent c899a5d7d0
commit 2e6f45ac0e

View File

@ -44,7 +44,6 @@ struct io_rsrc_node {
struct io_rsrc_data *rsrc_data;
};
struct list_head node;
struct llist_node llist;
int refs;
/*