]> Git Repo - linux.git/commit
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
authorJens Axboe <[email protected]>
Wed, 23 Oct 2024 13:14:22 +0000 (07:14 -0600)
committerJens Axboe <[email protected]>
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 <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
io_uring/net.c
io_uring/rsrc.h
io_uring/rw.c
io_uring/uring_cmd.c
This page took 0.053351 seconds and 4 git commands to generate.