Skip to content
Commit 4ccafe03 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: unalign call_single_data in struct request



A previous change blindly added massive alignment to the
call_single_data structure in struct request. This ballooned it in size
from 296 to 320 bytes on my setup, for no valid reason at all.

Use the unaligned struct __call_single_data variant instead.

Fixes: 966a9671 ("smp: Avoid using two cache lines for struct call_single_data")
Cc: stable@vger.kernel.org # v4.14
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 111be883
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment