summaryrefslogtreecommitdiff
path: root/fs/crypto/hooks.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-01-05 10:44:56 -0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-04-08 02:08:38 -0700
commit7ed178bc8ae9eb13c0a0a155688e2a7187afd2bb (patch)
treefc142f28e7a69ed6fd3c10e85bb817c5449aaa1e /fs/crypto/hooks.c
parent3f16e09dadfbf319fe4a71b61f6049a83d7c277c (diff)
fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
fscrypt_dummy_context_enabled() accesses ->s_cop, which now is only set when the filesystem is built with encryption support. This didn't actually matter because no filesystems called it. However, it will start being used soon, so fix it by moving it from fscrypt.h to fscrypt_supp.h and stubbing it out in fscrypt_notsupp.h. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/crypto/hooks.c')
0 files changed, 0 insertions, 0 deletions