fs/btrfs: add dependency on BLAKE2 hash
authorQu Wenruo <wqu@suse.com>
Mon, 27 Dec 2021 06:12:08 +0000 (14:12 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jan 2022 13:31:02 +0000 (08:31 -0500)
commit1617165a172ea1768c9cb12cde536f1da252546e
tree9c4af983adca444808b7e3ff629a377c222150cc
parent7c3fd5c25dd005c5eef54cc629fcbfcf48a04e9a
fs/btrfs: add dependency on BLAKE2 hash

Now btrfs can utilize the newly intorudced BLAKE2 hash.

Signed-off-by: Qu Wenruo <wqu@suse.com>
fs/btrfs/Kconfig
fs/btrfs/crypto/hash.c
fs/btrfs/crypto/hash.h
fs/btrfs/disk-io.c