Re: [PATCH v2 4/4] dm: enable may_passthrough_inline_crypto on some targets

2020-10-27 Thread Eric Biggers
On Thu, Oct 15, 2020 at 09:46:32PM +, Satya Tangirala wrote: > dm-linear and dm-flakey obviously can pass through inline crypto support. > > Co-developed-by: Eric Biggers > Signed-off-by: Eric Biggers > Signed-off-by: Satya Tangirala > --- > drivers/md/dm-flakey.c | 1 + >

[PATCH v2 4/4] dm: enable may_passthrough_inline_crypto on some targets

2020-10-15 Thread Satya Tangirala
dm-linear and dm-flakey obviously can pass through inline crypto support. Co-developed-by: Eric Biggers Signed-off-by: Eric Biggers Signed-off-by: Satya Tangirala --- drivers/md/dm-flakey.c | 1 + drivers/md/dm-linear.c | 1 + 2 files changed, 2 insertions(+) diff --git