On Fri, Apr 05, 2024 at 04:50:05PM +0100, Pavel Begunkov wrote: > io_req_put_rsrc_locked() is a weird shim function around > io_req_put_rsrc(). All calls to io_req_put_rsrc() require holding > ->uring_lock, so we can just use it directly. > > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming