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)
commit4add705e4eebbdd919741de0548d7029c8c92b68
tree96bddcb4d2ef9033818ab30879781f43279fae78
parent97c96e9fa36616d7890a6f3438172fc501927f01
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: 97bbdc06a444 ("io_uring: add IORING_SETUP_SINGLE_ISSUER")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/tctx.c