Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_uring: move req->poll_refs into previous struct hole
This serves two purposes: - We now have the last cacheline mostly unused for generic workloads, instead of having to pull in the poll refs explicitly for workloads that rely on poll arming. - It shrinks the io_kiocb from 232 to 224 bytes. Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information