block: align blkdev_dio inlined bio to a cacheline
authorJens Axboe <axboe@kernel.dk>
Fri, 15 Oct 2021 22:55:05 +0000 (16:55 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:55:52 +0000 (05:55 -0600)
commit6155631a0c3b7ca795a0edb44894e58dc3e3d798
tree77ae4a338aafacca741412f604738bf4f065024f
parente028f167eca5fc56938e6c1680d40eed0bc39e80
block: align blkdev_dio inlined bio to a cacheline

We get all sorts of unreliable and funky results since the bio is
designed to align on a cacheline, which it does not when inlined like
this.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/fops.c