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

Configure Feed

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

ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES

None of the CEPH_FS code directly requires CRC32, CRYPTO, or CRYPTO_AES.
These options do get selected indirectly anyway via CEPH_LIB, which does
need them, but there is no need for CEPH_FS to select them too.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>

authored by

Eric Biggers and committed by
Ilya Dryomov
3680fc13 8c738512

-3
-3
fs/ceph/Kconfig
··· 3 3 tristate "Ceph distributed file system" 4 4 depends on INET 5 5 select CEPH_LIB 6 - select CRC32 7 - select CRYPTO_AES 8 - select CRYPTO 9 6 select NETFS_SUPPORT 10 7 select FS_ENCRYPTION_ALGS if FS_ENCRYPTION 11 8 default n