]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: remove io_register_submitter
authorDylan Yudaken <dylany@fb.com>
Mon, 26 Sep 2022 17:09:27 +0000 (10:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Oct 2022 18:25:30 +0000 (12:25 -0600)
commit76f9cf87926e62d68a47ca32e0e7dae80cbb3aa1
tree96bddcb4d2ef9033818ab30879781f43279fae78
parentc009899aef19e60ffefb8e8349ecb1d8b502bc48
io_uring: remove io_register_submitter

this is no longer needed, as submitter_task is set at creation time.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Fixes: 4b224a2e14f5 ("io_uring: add IORING_SETUP_SINGLE_ISSUER")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/tctx.c