diff options
author | 2020-09-16 21:11:34 -0700 | |
---|---|---|
committer | 2020-09-22 06:48:47 -0700 | |
commit | 31114726b69364f3bf8dd945c600ceed4c430f4f (patch) | |
tree | f386d4dbbec757e40e1aa0b69a49bb286514b3ae /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fscrypt: make "#define fscrypt_policy" user-only (diff) | |
download | wireguard-linux-31114726b69364f3bf8dd945c600ceed4c430f4f.tar.xz wireguard-linux-31114726b69364f3bf8dd945c600ceed4c430f4f.zip |
fscrypt: move fscrypt_prepare_symlink() out-of-line
In preparation for moving the logic for "get the encryption policy
inherited by new files in this directory" to a single place, make
fscrypt_prepare_symlink() a regular function rather than an inline
function that wraps __fscrypt_prepare_symlink().
This way, the new function fscrypt_policy_to_inherit() won't need to be
exported to filesystems.
Acked-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20200917041136.178600-12-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions