OSDN Git Service

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:07:57 +0000 (02:07 -0700)
commit3a2c7917782292956a32d4e1df8dc3dbecc01b25
tree027a75eb7daa02ac326ad00ba3268f0a42cd99c2
parent39ed8376d611d2a211079be6a2ac08715f5a58c4
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