From: Richard Kennedy Date: Wed, 13 Jul 2011 19:17:23 +0000 (+0200) Subject: block: reorder request_queue to remove 64 bit alignment padding X-Git-Tag: v3.1-rc1~252^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b7630130e52361af66ce3b994696e2357ba7de;p=pandora-kernel.git 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 Acked-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed