]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Fri, 10 Jan 2025 14:51:38 +0000 (07:51 -0700)
commit9ac273ae3dc296905b4d61e4c8e7a25592f6d183
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