OSDN Git Service

btrfs: add Kconfig dependency for BLAKE2B
authorDavid Sterba <dsterba@suse.com>
Thu, 28 Nov 2019 12:02:32 +0000 (13:02 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 9 Dec 2019 16:56:06 +0000 (17:56 +0100)
Because the BLAKE2B code went through a different tree, it was not
available at the time the btrfs part was merged. Now that the Kconfig
symbol exists, add it to the list.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/Kconfig

index 75b6d10..575636f 100644 (file)
@@ -7,6 +7,7 @@ config BTRFS_FS
        select LIBCRC32C
        select CRYPTO_XXHASH
        select CRYPTO_SHA256
+       select CRYPTO_BLAKE2B
        select ZLIB_INFLATE
        select ZLIB_DEFLATE
        select LZO_COMPRESS