commit | c824986c113f15e2ef2c00da9a226c09ecaac74c | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Apr 04 13:39:51 2023 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Apr 04 09:30:39 2023 -0600 |
tree | c9b425eeb8abf37ab2d5e41722818227b3ccefa4 | |
parent | 0a4813b1abdf06e44ce60cdebfd374cfd27c46bf [diff] |
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>