Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: move ->timeout request member
After the recent timeout handling changes, we have two holes in the struct. Move the timeout near the deadline, killing both, and moving related members closer together. On my config on x86-64, this shrinks struct request from 312 to 304 bytes. Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information