cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit builds
authorRichard Kennedy <richard@rsk.demon.co.uk>
Mon, 1 Mar 2010 09:50:20 +0000 (10:50 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 1 Mar 2010 09:50:20 +0000 (10:50 +0100)
commit73e9ffdd0cc8159f876d5e29ecf2d9c1bfca544f
tree3c7382e98d82234ab4b6eddebcc939071c963c5e
parent91f63d0efa1b2ff3f8773aad61c2970f097232aa
cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit builds

Reorder cfq_rb_root to remove 8 bytes of padding on 64 bit builds.

Consequently removing 56 bytes from cfq_group and 64 bytes from
cfq_data.

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c