]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 27 Nov 2016 01:32:46 +0000 (20:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 11 Dec 2016 21:26:08 +0000 (16:26 -0500)
commit3325bea5b26ac67e2521383f10e5ea0156c9a4b6
tree10786f5a7f95b56fdf38615b197aa37f068af3f5
parentdb717d8e26c2d1b0dba3e08668a1e6a7f665adde
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()

To avoid namespace collisions, rename get_crypt_info() to
fscrypt_get_crypt_info().  The function is only used inside the
fs/crypto directory, so declare it in the new header file,
fscrypt_private.h.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eric Biggers <ebiggers@google.com>
fs/crypto/fname.c
fs/crypto/fscrypt_private.h [new file with mode: 0644]
fs/crypto/keyinfo.c
include/linux/fscrypto.h