commit | 1b3b827ee5230a73c8ed1b2cd8d53b4bd001268b | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Jan 19 23:17:36 2020 -0800 |
committer | Eric Biggers <ebiggers@google.com> | Wed Jan 22 14:45:10 2020 -0800 |
tree | a98c3efdce8cb0eb6f58ada4ada88d7efd9ae407 | |
parent | 13a10da94615d81087e718517794f2868a8b3fab [diff] |
fscrypt: add "fscrypt_" prefix to fname_encrypt() 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/. Link: https://lore.kernel.org/r/20200120071736.45915-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>