commit | e3bc8e9dad7f2f83cc807111d4472164c9210153 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Sep 24 08:45:57 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:32 2020 -0600 |
tree | 45374e500d747bcedb4b34c0b9e64434dd7e179d | |
parent | 2aede0e417db846793c276c7a1bbf7262c8349b0 [diff] |
io_uring: unconditionally grab req->task Sometimes we assign a weak reference to it, sometimes we grab a reference to it. Clean this up and make it unconditional, and drop the flag related to tracking this state. Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>