Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

ext4 crypto: do not select from EXT4_FS_ENCRYPTION

This patch adds a tristate EXT4_ENCRYPTION to do the selections
for EXT4_FS_ENCRYPTION because selecting from a bool causes all
the selected options to be built-in, even if EXT4 itself is a
module.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Herbert Xu and committed by
Theodore Ts'o
fb63e548 a44cd7a0

+7 -2
+7 -2
fs/ext4/Kconfig
··· 64 64 If you are not using a security module that requires using 65 65 extended attributes for file security labels, say N. 66 66 67 - config EXT4_FS_ENCRYPTION 68 - bool "Ext4 Encryption" 67 + config EXT4_ENCRYPTION 68 + tristate "Ext4 Encryption" 69 69 depends on EXT4_FS 70 70 select CRYPTO_AES 71 71 select CRYPTO_CBC ··· 80 80 feature is similar to ecryptfs, but it is more memory 81 81 efficient since it avoids caching the encrypted and 82 82 decrypted pages in the page cache. 83 + 84 + config EXT4_FS_ENCRYPTION 85 + bool 86 + default y 87 + depends on EXT4_ENCRYPTION 83 88 84 89 config EXT4_DEBUG 85 90 bool "EXT4 debugging support"