block: move ->timeout request member
authorJens Axboe <axboe@kernel.dk>
Tue, 29 May 2018 14:47:57 +0000 (08:47 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 May 2018 14:59:21 +0000 (08:59 -0600)
commit0b7576d8eb4c5634276ada359bfdb72e69eebc25
tree5fd3a988377fd4a7b246bb6b6840b654fc82ccab
parentd1210d5afb9e16527f0b18448d82c675c03aa7c0
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>
include/linux/blkdev.h