On Mon, 13 Sept 2021 at 03:35, Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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 <ebiggers@xxxxxxxxxx> > --- > 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 <ulf.hansson@xxxxxxxxxx> # For MMC [...] Kind regards Uffe