Re: [PATCH 12/14] block: align blkdev_dio inlined bio to a cacheline
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-10-18 09:21:36
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-10-18 09:21:36
On Sat, Oct 16, 2021 at 07:37:46PM -0600, Jens Axboe wrote:
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.
Well, I guess you'll need to audit all the front_pad users for something like this then?