summaryrefslogtreecommitdiffstats
path: root/fs/crypto/crypto.c
diff options
context:
space:
mode:
authorTheodore Ts'o2016-11-27 02:43:09 +0100
committerTheodore Ts'o2016-12-11 22:26:08 +0100
commitb98701df349b7003efd52d9330acbb7be5a255c6 (patch)
tree174ba0b63d628228db2cd899f5fcc8d0337736c1 /fs/crypto/crypto.c
parentfscrypt: rename get_crypt_info() to fscrypt_get_crypt_info() (diff)
downloadkernel-qcow2-linux-b98701df349b7003efd52d9330acbb7be5a255c6.tar.gz
kernel-qcow2-linux-b98701df349b7003efd52d9330acbb7be5a255c6.tar.xz
kernel-qcow2-linux-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.