commit | 1dd5198b2df913aec9b77c14529f9ff1b6d33e30 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Wed Apr 05 12:16:38 2017 -0600 |
committer | Jens Axboe <axboe@fb.com> | Wed Apr 05 12:16:38 2017 -0600 |
tree | 02fd0499ebfa0d20ceabca355f66da65b8d0041a | |
parent | 64c7f1d1572cacadfc0a4ca5a937aeffa486de58 [diff] |
block: move timeout field in struct request to pack better After commit 64c7f1d1572c, we went from 1 to 2 holes in my test setup. If we move the timeout field a bit, we remove both of those holes and shrink struct request by 8 bytes. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>