fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
authorEric Biggers <ebiggers@google.com>
Fri, 5 Jan 2018 18:44:54 +0000 (10:44 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2018 03:06:18 +0000 (22:06 -0500)
commite4de782a0960b9620c084881f12fb5e73ebff82b
tree9bfd5840cc31e0fc852d80064521cb0c38fbdd7d
parent4fd4b15ccbc79d512ad7982fc1a7ecd34703398f
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h

The fscrypt_info kmem_cache is internal to fscrypt; filesystems don't
need to access it.  So move its declaration into fscrypt_private.h.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/crypto/fscrypt_private.h
include/linux/fscrypt_supp.h