1 ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled
3 On arm64 this is apparently needed for CTS mode to function correctly.
4 Otherwise attempts to use CTS return ENOENT.
6 Change-Id: I732ea9a5157acc76de5b89edec195d0365f4ca63
7 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
10 1 file changed, 1 insertion(+)
12 diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
13 index 024f228..bf8bc8a 100644
16 @@ -72,6 +72,7 @@ config EXT4_ENCRYPTION