commit | 2aede0e417db846793c276c7a1bbf7262c8349b0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Sep 14 10:45:53 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:32 2020 -0600 |
tree | f32545b7c772afdf1990b772d5e525f18b3c5c2f | |
parent | f573d384456b3025d3f8e58b3eafaeeb0f510784 [diff] |
io_uring: stash ctx task reference for SQPOLL We can grab a reference to the task instead of stashing away the task files_struct. This is doable without creating a circular reference between the ring fd and the task itself. Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>