]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Fix the crc32c dependency
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 1 Feb 2018 10:12:13 +0000 (11:12 +0100)
committerBob Peterson <rpeterso@redhat.com>
Thu, 1 Feb 2018 18:25:31 +0000 (11:25 -0700)
commit7c9b8707273821cf919c70842e37bfa9c8d1282f
tree9e498182950de7870bf3101fa75b5a0f580d33f4
parent3c0b4e6c542ff4d4b6bac1bd74079d37f012791d
gfs2: Fix the crc32c dependency

Depend on LIBCRC32C which uses the crypto API to select the appropriate
crc32c implementation.  With the CRYPTO and CRYPTO_CRC32C dependencies,
gfs2 would still need to use the crypto API directly like ext4 and btrfs
do, which isn't necessary.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/Kconfig