io_uring/rsrc: use io_rsrc_node_lookup() consistently
authorJens Axboe <axboe@kernel.dk>
Sun, 27 Oct 2024 15:08:31 +0000 (09:08 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Oct 2024 13:07:56 +0000 (07:07 -0600)
commitc36b1853871d71fa6eee67aec1dfe3ca36df9cb3
tree0ff5473a2dac8914d6ae065e141325db0bbefb4e
parent3d0548f19760fd80cfb5720d3d2aa3f428e27268
io_uring/rsrc: use io_rsrc_node_lookup() consistently

Various spots open code this helper, use the provided one.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
12 files changed:
io_uring/cancel.c
io_uring/filetable.c
io_uring/filetable.h
io_uring/io_uring.c
io_uring/msg_ring.c
io_uring/net.c
io_uring/nop.c
io_uring/rsrc.c
io_uring/rsrc.h
io_uring/rw.c
io_uring/splice.c
io_uring/uring_cmd.c