On Mon, Nov 14, 2022 at 05:26:33AM +0100, Christoph Hellwig wrote: > Prepare for changes to the block layer sysfs handling by passing the > readily available gendisk to blk_crypto_sysfs_{,un}register. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > block/blk-crypto-internal.h | 10 ++++++---- > block/blk-crypto-sysfs.c | 7 ++++--- > block/blk-sysfs.c | 4 ++-- > 3 files changed, 12 insertions(+), 9 deletions(-) Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric