]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2018 03:06:17 +0000 (22:06 -0500)
commit3d463f28564618805713658c6aeb786fa23f420b
treeb6d983e16b740a065fcafb6f8f0a51f86f74e9ba
parent1291a0d5049dbc06baaaf66a9ff3f53db493b19b
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