Re: [PATCH 3/7] block: respect blk_crypto_bio_sectors_alignment() in bounce.c

From: Christoph Hellwig
Date: Thu Jan 21 2021 - 12:34:25 EST


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.