commit | 0b7576d8eb4c5634276ada359bfdb72e69eebc25 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue May 29 08:47:57 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 29 08:59:21 2018 -0600 |
tree | 5fd3a988377fd4a7b246bb6b6840b654fc82ccab | |
parent | d1210d5afb9e16527f0b18448d82c675c03aa7c0 [diff] |
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>