On Sun, Jan 19, 2020 at 11:17:36PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > fname_encrypt() is a global function, due to being used in both fname.c > and hooks.c. So it should be prefixed with "fscrypt_", like all the > other global functions in fs/crypto/. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > fs/crypto/fname.c | 10 +++++----- > fs/crypto/fscrypt_private.h | 5 +++-- > fs/crypto/hooks.c | 3 ++- > 3 files changed, 10 insertions(+), 8 deletions(-) > Applied to fscrypt.git#master for 5.6. - Eric