io_uring: kill ctx arg from io_req_put_rsrc
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 18 Apr 2022 19:51:15 +0000 (20:51 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Apr 2022 00:02:52 +0000 (18:02 -0600)
commit7ac1edc4a9bbbfc43c4a1fa7c2884029df3363bf
tree8bf058285bdc4fb02891ef0e9091391cf3512a9e
parent25a15d3c668bf9cd23780fb0191b7f7f5054d879
io_uring: kill ctx arg from io_req_put_rsrc

The ctx argument of io_req_put_rsrc() is not used, kill it.

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