Searched hist:"5 b421f08801fe8247dec368b3d323958f419e769" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/crypto/ |
H A D | keysetup.c | diff 5b421f08801fe8247dec368b3d323958f419e769 Wed Dec 02 20:20:40 CST 2020 Eric Biggers <ebiggers@google.com> fscrypt: unexport fscrypt_get_encryption_info()
Now that fscrypt_get_encryption_info() is only called from files in fs/crypto/ (due to all key setup now being handled by higher-level helper functions instead of directly by filesystems), unexport it and move its declaration to fscrypt_private.h.
Reviewed-by: Andreas Dilger <adilger@dilger.ca> Link: https://lore.kernel.org/r/20201203022041.230976-9-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
|
H A D | fscrypt_private.h | diff 5b421f08801fe8247dec368b3d323958f419e769 Wed Dec 02 20:20:40 CST 2020 Eric Biggers <ebiggers@google.com> fscrypt: unexport fscrypt_get_encryption_info()
Now that fscrypt_get_encryption_info() is only called from files in fs/crypto/ (due to all key setup now being handled by higher-level helper functions instead of directly by filesystems), unexport it and move its declaration to fscrypt_private.h.
Reviewed-by: Andreas Dilger <adilger@dilger.ca> Link: https://lore.kernel.org/r/20201203022041.230976-9-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | diff 5b421f08801fe8247dec368b3d323958f419e769 Wed Dec 02 20:20:40 CST 2020 Eric Biggers <ebiggers@google.com> fscrypt: unexport fscrypt_get_encryption_info()
Now that fscrypt_get_encryption_info() is only called from files in fs/crypto/ (due to all key setup now being handled by higher-level helper functions instead of directly by filesystems), unexport it and move its declaration to fscrypt_private.h.
Reviewed-by: Andreas Dilger <adilger@dilger.ca> Link: https://lore.kernel.org/r/20201203022041.230976-9-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
|