]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block: move timeout field in struct request to pack better
authorJens Axboe <axboe@fb.com>
Wed, 5 Apr 2017 18:16:38 +0000 (12:16 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 5 Apr 2017 18:16:38 +0000 (12:16 -0600)
commit1dd5198b2df913aec9b77c14529f9ff1b6d33e30
tree02fd0499ebfa0d20ceabca355f66da65b8d0041a
parent64c7f1d1572cacadfc0a4ca5a937aeffa486de58
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>
include/linux/blkdev.h