diff options
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2011-10-16 19:17:48 -0400 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2011-11-16 14:23:14 -0500 |
commit | 9c69898783a0121399ec078d40d4ccc00e3cb0df (patch) | |
tree | 7163913d680c3160918a466f92cacb473c2c91ec /mm/page-writeback.c | |
parent | f4a0d5abef14562c37dee5a1d49180f494106230 (diff) | |
download | linux-3.10-9c69898783a0121399ec078d40d4ccc00e3cb0df.tar.gz linux-3.10-9c69898783a0121399ec078d40d4ccc00e3cb0df.tar.bz2 linux-3.10-9c69898783a0121399ec078d40d4ccc00e3cb0df.zip |
encrypted-keys: module build fixes
Encrypted keys are encrypted/decrypted using either a trusted or
user-defined key type, which is referred to as the 'master' key.
The master key may be of type trusted iff the trusted key is
builtin or both the trusted key and encrypted keys are built as
modules. This patch resolves the build dependency problem.
- Use "masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS)" construct
to encapsulate the above logic. (Suggested by Dimtry Kasatkin.)
- Fixing the encrypted-keys Makefile, results in a module name change
from encrypted.ko to encrypted-keys.ko.
- Add module dependency for request_trusted_key() definition
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Diffstat (limited to 'mm/page-writeback.c')
0 files changed, 0 insertions, 0 deletions