commit | 542060c02cdb5c0740fd7156651463e321a859a3 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Jan 05 10:44:55 2018 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jan 11 22:06:18 2018 -0500 |
tree | d83fcf2674052594475048c5c473ce7e5b9b13dd | |
parent | e4de782a0960b9620c084881f12fb5e73ebff82b [diff] |
fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h Filesystems only ever access 'struct fscrypt_ctx' through fscrypt functions. But when a filesystem is built without encryption support, these functions are all stubbed out, so the declaration of fscrypt_ctx is unneeded. Therefore, move it from fscrypt.h to fscrypt_supp.h. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>