fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
authorEric Biggers <ebiggers@google.com>
Fri, 5 Jan 2018 18:44:52 +0000 (10:44 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 8 Apr 2018 09:39:53 +0000 (02:39 -0700)
commitca64f2f4609d5e89b8752234bd32667eb40d1d78
tree0dab7f8546dfb77a2de7be5ddbc667f2411cd81a
parent88406d1edeee16abef02828c615194e71670b403
fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers

fscrypt_has_encryption_key() is already split into two versions
depending on whether the filesystem is being built with encryption
support or not.  Move them into the appropriate headers.

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