io_uring/rsrc: pass node to io_rsrc_put_work()
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 18 Apr 2023 13:06:39 +0000 (14:06 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Apr 2023 01:38:26 +0000 (19:38 -0600)
commit29b26c556e7439b1370ac6a59fce83a9d1521de1
treee62d622661a60bfcb1a0235d117ee847c199aa55
parent4130b49991d6b8ca0ea44cb256e710c4e48d7f01
io_uring/rsrc: pass node to io_rsrc_put_work()

Instead of passing rsrc_data and a resource to io_rsrc_put_work() just
forward node, that's all the function needs.

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