summaryrefslogtreecommitdiff
path: root/block/bio.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2017-12-20 13:13:58 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-29 17:53:47 +0100
commitf349652293fb79fbd5768dfc18605200177b74d7 (patch)
tree0095d660e69984c5804f42284a85acee6dba1d7c /block/bio.c
parentd8f477a5cd2021552b135764b77df7c39b7dc504 (diff)
block: unalign call_single_data in struct request
commit 4ccafe032005e9b96acbef2e389a4de5b1254add upstream. 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: 966a967116e69 ("smp: Avoid using two cache lines for struct call_single_data") Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'block/bio.c')
0 files changed, 0 insertions, 0 deletions