]> git.baikalelectronics.ru Git - kernel.git/commit
fscrypt: move fscrypt_control_page() to supp/notsupp headers
authorEric Biggers <ebiggers@google.com>
Fri, 5 Jan 2018 18:44:53 +0000 (10:44 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2018 03:06:18 +0000 (22:06 -0500)
commitaf6f76878043aa37b018e85078c6a9fad378dd31
tree3aef31f51bda93d17d617c4a3cff23b52cecf176
parentc3dab8833d39ba35159b0f4544fd23a312760a88
fscrypt: move fscrypt_control_page() to supp/notsupp headers

fscrypt_control_page() 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