Re: [PATCH v2 1/8] block: introduce blk_ksm_is_empty()

2021-04-15 Thread Eric Biggers
On Thu, Mar 25, 2021 at 09:26:02PM +, Satya Tangirala wrote: > This function checks if a given keyslot manager supports any encryption > mode/data unit size combination (and returns true if there is no such > supported combination). Helps clean up code a little. > > Signed-off-by: Satya

Re: [PATCH v2 1/8] block: introduce blk_ksm_is_empty()

2021-03-30 Thread Christoph Hellwig
On Thu, Mar 25, 2021 at 09:26:02PM +, Satya Tangirala wrote: > This function checks if a given keyslot manager supports any encryption > mode/data unit size combination (and returns true if there is no such > supported combination). Helps clean up code a little. The name sounds a little