summaryrefslogtreecommitdiffstats
path: root/fs/crypto/crypto.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2016-11-26 20:43:09 -0500
committerTheodore Ts'o <tytso@mit.edu>2016-12-11 16:26:08 -0500
commitb98701df349b7003efd52d9330acbb7be5a255c6 (patch)
tree174ba0b63d628228db2cd899f5fcc8d0337736c1 /fs/crypto/crypto.c
parent3325bea5b26ac67e2521383f10e5ea0156c9a4b6 (diff)
downloadlinux-stable-b98701df349b7003efd52d9330acbb7be5a255c6.tar.gz
linux-stable-b98701df349b7003efd52d9330acbb7be5a255c6.tar.bz2
linux-stable-b98701df349b7003efd52d9330acbb7be5a255c6.zip
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.c1
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.