diff options
author | Theodore Ts'o <tytso@mit.edu> | 2016-11-26 20:43:09 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-12-11 16:26:08 -0500 |
commit | b98701df349b7003efd52d9330acbb7be5a255c6 (patch) | |
tree | 174ba0b63d628228db2cd899f5fcc8d0337736c1 /fs/crypto/crypto.c | |
parent | 3325bea5b26ac67e2521383f10e5ea0156c9a4b6 (diff) |
fscrypt: unexport fscrypt_initialize()
The fscrypt_initalize() function isn't used outside fs/crypto, so
there's no point making it be an exported symbol.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/crypto/crypto.c')
-rw-r--r-- | fs/crypto/crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/crypto/crypto.c b/fs/crypto/crypto.c index b6029785714c..56f98f45cece 100644 --- a/fs/crypto/crypto.c +++ b/fs/crypto/crypto.c @@ -540,7 +540,6 @@ fail: mutex_unlock(&fscrypt_init_mutex); return res; } -EXPORT_SYMBOL(fscrypt_initialize); /** * fscrypt_init() - Set up for fs encryption. |