summaryrefslogtreecommitdiff
path: root/io_uring
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2023-04-18 14:06:34 +0100
committerJens Axboe <axboe@kernel.dk>2023-04-18 19:38:26 -0600
commit2e6f45ac0e640bbd49296adfa0982c84f85fa342 (patch)
tree09261d44808848cd0ef60fd91c5f49575db0493a /io_uring
parentc899a5d7d0eca054546b63e95c94b1e609516f84 (diff)
downloadlinux-2e6f45ac0e640bbd49296adfa0982c84f85fa342.tar.gz
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>
Diffstat (limited to 'io_uring')
-rw-r--r--io_uring/rsrc.h1
1 files changed, 0 insertions, 1 deletions
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;
/*