io_uring/rsrc: rename rsrc_list
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 4 Apr 2023 12:39:51 +0000 (13:39 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Apr 2023 15:30:39 +0000 (09:30 -0600)
commitc824986c113f15e2ef2c00da9a226c09ecaac74c
treec9b425eeb8abf37ab2d5e41722818227b3ccefa4
parent0a4813b1abdf06e44ce60cdebfd374cfd27c46bf
io_uring/rsrc: rename rsrc_list

We have too many "rsrc" around which makes the name of struct
io_rsrc_node::rsrc_list confusing. The field is responsible for keeping
a list of files or buffers, so call it item_list and add comments
around.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/3e34d4dfc1fdbb6b520f904ee6187c2ccf680efe.1680576071.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rsrc.c
io_uring/rsrc.h