diff options
author | Richard Kennedy <richard@rsk.demon.co.uk> | 2011-07-13 21:17:23 +0200 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-07-13 21:17:49 +0200 |
commit | d7b7630130e52361af66ce3b994696e2357ba7de (patch) | |
tree | 52e76c86cd35ffb1e7656f391f4b730072a6193c /block | |
parent | 7700fc4f675fa38094e78e345b594363a2fd895b (diff) | |
download | linux-3.10-d7b7630130e52361af66ce3b994696e2357ba7de.tar.gz linux-3.10-d7b7630130e52361af66ce3b994696e2357ba7de.tar.bz2 linux-3.10-d7b7630130e52361af66ce3b994696e2357ba7de.zip |
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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions