Re: [PATCH 3/5] blk-crypto: rename keyslot-manager files to blk-crypto-profile
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-09-15 17:41:07
Also in:
dm-devel, linux-mmc, linux-scsi
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-09-15 17:41:07
Also in:
dm-devel, linux-mmc, linux-scsi
On Wed, Sep 15, 2021 at 08:45:00AM +0100, Christoph Hellwig wrote:
Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de> It would be nice to keep the blk-crypto* includes together, though.
I don't see any case in which they aren't together. Unless you're talking about blk-crypto-internal.h, which is a directory-local header so it doesn't get grouped with the <linux/*.h> headers. - Eric