projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42617b
)
btrfs: add Kconfig dependency for BLAKE2B
author
David Sterba
<dsterba@suse.com>
Thu, 28 Nov 2019 12:02:32 +0000
(13:02 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/fs/btrfs/Kconfig
b/fs/btrfs/Kconfig
index 75b6d10c984560c437a91ebed744b9f3d5510c4b..575636f6491ef6d887180f9fc3c36740d410083c 100644
(file)
--- a/
fs/btrfs/Kconfig
+++ b/
fs/btrfs/Kconfig
@@
-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