commit | c527687fc05266289f50505b859042034fbd67de | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Mon Dec 27 14:12:08 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 18 08:31:02 2022 -0500 |
tree | 9c4af983adca444808b7e3ff629a377c222150cc | |
parent | b98e8a237ba016bb154f1328b37d1b35f0cc358d [diff] [blame] |
fs/btrfs: add dependency on BLAKE2 hash Now btrfs can utilize the newly intorudced BLAKE2 hash. Signed-off-by: Qu Wenruo <wqu@suse.com>
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index a0b48c2..e31afe5 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig
@@ -6,6 +6,7 @@ select ZSTD select RBTREE select SHA256 + select BLAKE2 help This provides a single-device read-only BTRFS support. BTRFS is a next-generation Linux file system based on the copy-on-write