On Mon, Dec 09, 2019 at 12:43:59PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > fscrypt_d_revalidate() and fscrypt_d_ops really belong in fname.c, since > they're specific to filenames encryption. crypto.c is for contents > encryption and general fs/crypto/ initialization and utilities. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > fs/crypto/crypto.c | 50 ------------------------------------- > fs/crypto/fname.c | 49 ++++++++++++++++++++++++++++++++++++ > fs/crypto/fscrypt_private.h | 2 +- > 3 files changed, 50 insertions(+), 51 deletions(-) Applied to fscrypt.git#master for 5.6. - Eric