Re: [PATCH 3/5] blk-crypto: rename keyslot-manager files to blk-crypto-profile
From: Ulf Hansson <hidden>
Date: 2021-09-14 09:04:56
Also in:
dm-devel, linux-mmc, linux-scsi
From: Ulf Hansson <hidden>
Date: 2021-09-14 09:04:56
Also in:
dm-devel, linux-mmc, linux-scsi
On Mon, 13 Sept 2021 at 03:35, Eric Biggers [off-list ref] wrote:
From: Eric Biggers <redacted>
In preparation for renaming struct blk_keyslot_manager to struct
blk_crypto_profile, rename the keyslot-manager.h and keyslot-manager.c
source files. Renaming these files separately before making a lot of
changes to their contents makes it easier for git to understand that
they were renamed.
Signed-off-by: Eric Biggers <redacted>
---
block/Makefile | 2 +-
block/blk-crypto-fallback.c | 2 +-
block/{keyslot-manager.c => blk-crypto-profile.c} | 2 +-
block/blk-crypto.c | 2 +-
drivers/md/dm-core.h | 2 +-
drivers/md/dm.c | 2 +-
drivers/mmc/host/cqhci-crypto.c | 2 +-
drivers/scsi/ufs/ufshcd.h | 2 +-
include/linux/{keyslot-manager.h => blk-crypto-profile.h} | 0
include/linux/mmc/host.h | 2 +-
10 files changed, 9 insertions(+), 9 deletions(-)
rename block/{keyslot-manager.c => blk-crypto-profile.c} (99%)
rename include/linux/{keyslot-manager.h => blk-crypto-profile.h} (100%)Acked-by: Ulf Hansson <redacted> # For MMC [...] Kind regards Uffe