io_uring: name sq thread and ref completions
authorJens Axboe <axboe@kernel.dk>
Thu, 14 May 2020 23:18:39 +0000 (17:18 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 May 2020 23:18:39 +0000 (17:18 -0600)
commit0f158b4cf20e7983d5b33878a6aad118cfac4f05
treefc5a7f8933788a71fa3900b090286b8f0f682576
parent8469508951d4a324b2df3b5bad75e99922c3b798
io_uring: name sq thread and ref completions

We used to have three completions, now we just have two. With the two,
let's not allocate them dynamically, just embed then in the ctx and
name them appropriately.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c