io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
authorJens Axboe <axboe@kernel.dk>
Wed, 23 Oct 2024 13:14:22 +0000 (07:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit1caa00d6b61651e04c04c2b50b3e149f24c6764d
treee31a42a36535ebc10e3ddc7182994f3bf42c1f90
parent003f82b58c99146dfb0c9ce1ee7ed59bc572959b
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()

All callers already hold the ring lock and hence are passing '0',
remove the argument and the conditional locking that it controlled.

Suggested-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c
io_uring/rsrc.h
io_uring/rw.c
io_uring/uring_cmd.c