[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1312198421-29989-1-git-send-email-roberto.sassu@polito.it>
Date: Mon, 1 Aug 2011 13:33:38 +0200
From: Roberto Sassu <roberto.sassu@...ito.it>
To: linux-fsdevel@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, tyhicks@...ux.vnet.ibm.com,
kirkland@...onical.com, ecryptfs-devel@...ts.launchpad.net,
hilld@...arystorm.net, Roberto Sassu <roberto.sassu@...ito.it>
Subject: [PATCH v2] eCryptfs: fix compile error
This patch fixes the compile error reported at the address:
https://bugzilla.kernel.org/show_bug.cgi?id=40292
The problem arises when compiling eCryptfs as built-in and the 'encrypted'
key type as a module. The patch prevents this combination from being set in
the kernel configuration, by fixing the eCryptfs dependencies.
Signed-off-by: Roberto Sassu <roberto.sassu@...ito.it>
Reported-by: David Hill <hilld@...arystorm.net>
---
fs/ecryptfs/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ecryptfs/Kconfig b/fs/ecryptfs/Kconfig
index 1cd6d9d..cc16562 100644
--- a/fs/ecryptfs/Kconfig
+++ b/fs/ecryptfs/Kconfig
@@ -1,6 +1,6 @@
config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && KEYS && CRYPTO
+ depends on EXPERIMENTAL && KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
select CRYPTO_ECB
select CRYPTO_CBC
select CRYPTO_MD5
--
1.7.6
Download attachment "smime.p7s" of type "application/x-pkcs7-signature" (2061 bytes)
Powered by blists - more mailing lists