OSDN Git Service

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)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 8 Apr 2018 09:07:59 +0000 (02:07 -0700)
commitdfe0b3b1b67f6489ea857ef75135e27eb16638d4
treeac467d8d8045376f539299372db4590eee954a34
parent3a2c7917782292956a32d4e1df8dc3dbecc01b25
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