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)
commitd7b7630130e52361af66ce3b994696e2357ba7de
tree52e76c86cd35ffb1e7656f391f4b730072a6193c
parent7700fc4f675fa38094e78e345b594363a2fd895b
block: reorder request_queue to remove 64 bit alignment padding

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>
include/linux/blkdev.h