commit | 13bf43f5f4739739751c0049a1582610c283bdde | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Mar 06 11:02:12 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Mar 07 14:12:43 2021 -0700 |
tree | 8871494c81857a87106bea42e0a636f947101a7f | |
parent | 2941267bd3dad018de1d51fe2cd996b7bc1e5a5d [diff] |
io_uring: introduce ctx to tctx back map For each pair tcxt-ctx create an object and chain it into ctx, so we have a way to traverse all tctx that are using current ctx. Preparation patch, will be used later. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>