]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb339bdf816bff6109993d3f737ce253035262580
tree5fd3a988377fd4a7b246bb6b6840b654fc82ccab
parentb41fd9a165db80bc1463460054a95dedbb3e06ae
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