io_uring/rw: use io_rw_recycle() from cleanup path
authorJens Axboe <axboe@kernel.dk>
Tue, 7 Jan 2025 16:52:54 +0000 (09:52 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Jan 2025 18:11:31 +0000 (11:11 -0700)
commit5e0a894cf7f3664013661a9c463e36d21c78f24d
tree2c42b94850c036e3bff602992dd07c33247d1ba3
parent2a51c327d4a4a2eb62d67f4ea13a17efd0f25c5c
io_uring/rw: use io_rw_recycle() from cleanup path

Cleanup should always have the uring lock held, it's safe to recycle
from here.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rw.c