“f67ad5be678278c67e8714bd08dacb38bdb0ebb2”上不存在“demo/sequence_labeling/README.md.bak”
-
由 Arnd Bergmann 提交于
The recent change of the raid5-cache code to use crc32c instead of crc32 causes link errors when CONFIG_LIBCRC32C is disabled: drivers/built-in.o: In function crc32c' core.c:(.text+0x1c6060): undefined reference to `crc32c' This adds an explicit 'select' statement like all other users of this function do. Signed-off-by: NArnd Bergmann <arnd@arndb.de> Fixes: 5cb2fbd6 ("raid5-cache: use crc32c checksum") Signed-off-by: NNeilBrown <neilb@suse.com>
14f09e2f