]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
block: reorder request_queue to remove 64 bit alignment padding
authorRichard Kennedy <richard@rsk.demon.co.uk>
Wed, 13 Jul 2011 19:17:23 +0000 (21:17 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 13 Jul 2011 19:17:49 +0000 (21:17 +0200)
Reorder request_queue to remove 16 bytes of alignment padding in 64 bit
builds.

On my config this shrinks the size of this structure from 1608 to 1592
bytes and therefore needs one fewer cachelines.

Also trivially move the open bracket { to be on the same line as the
structure name to make it easier to grep.

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found