Re: [PATCH 3/7] block: respect blk_crypto_bio_sectors_alignment() in bounce.c
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-21 17:34:16
Also in:
lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-21 17:34:16
Also in:
lkml
On Thu, Jan 14, 2021 at 03:47:19PM +0000, Satya Tangirala wrote:
Make __blk_queue_bounce respect blk_crypto_bio_sectors_alignment() when calling bio_split().
bounce.c is legacy code that no new driver should use and which we need to phase out ASAP. It should be entirely exclusive vs use of a modern feature like inline crypto.