commit | 534ca6d684f1feaf2edd90e641129725cba7e86d | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Sep 02 13:52:19 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:33 2020 -0600 |
tree | 7d781b41a309a48d0ce13276d1ae3456a131cd14 | |
parent | c8d1ba583fe67c6b5e054d89f1433498a924286f [diff] |
io_uring: split SQPOLL data into separate structure Move all the necessary state out of io_ring_ctx, and into a new structure, io_sq_data. The latter now deals with any state or variables associated with the SQPOLL thread itself. In preparation for supporting more than one io_ring_ctx per SQPOLL thread. Signed-off-by: Jens Axboe <axboe@kernel.dk>