Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cfq: reorder cfq_queue removing padding on 64bit
This removes 8 bytes of padding from struct cfq_queue on 64 bit builds, shrinking it's size to 256 bytes, so fitting into 1 fewer cachelines and allowing 1 more object/slab in it's kmem_cache. Signed-off-by: Richard Kennedy <[email protected]> Reviewed-by: Jeff Moyer <[email protected]> ---- patch against 2.6.33-rc8 tested on x86_64 AMDX2 Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information