Re: [Cluster-devel] [PATCH] gfs2: select CONFIG_LIBCRC32C

2018-02-02 Thread Andreas Grünbacher
Hi Arnd, 2018-02-02 16:43 GMT+01:00 Arnd Bergmann : > The new crc32c logic in gfs2_log_header_v2 causes a link > error without libcrc32c: > > ERROR: "crc32c" [fs/gfs2/gfs2.ko] undefined! > > While the original patch selected CONFIG_CRYPTO_CRC32C to deal > with this issue, it turned

[Cluster-devel] [PATCH] gfs2: select CONFIG_LIBCRC32C

2018-02-02 Thread Arnd Bergmann
The new crc32c logic in gfs2_log_header_v2 causes a link error without libcrc32c: ERROR: "crc32c" [fs/gfs2/gfs2.ko] undefined! While the original patch selected CONFIG_CRYPTO_CRC32C to deal with this issue, it turned out to be the wrong symbol. Fixes: c1696fb85d33 ("GFS2: Introduce new