From: Randy Dunlap Date: Mon, 2 Feb 2009 19:20:55 +0000 (-0800) Subject: jfs: needs crc32_le X-Git-Tag: firefly_0821_release~15199^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c68a65da35906b32505bbb8eecab316e6736e28b;p=firefly-linux-kernel-4.4.55.git jfs: needs crc32_le JFS needs crc32_le(), so select its library config symbol: fs/built-in.o: In function `jfs_statfs': super.c:(.text+0x7c8c0): undefined reference to `crc32_le' super.c:(.text+0x7c8d5): undefined reference to `crc32_le' Signed-off-by: Randy Dunlap Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig index 9ff619a6f9cc..57cef19951db 100644 --- a/fs/jfs/Kconfig +++ b/fs/jfs/Kconfig @@ -1,6 +1,7 @@ config JFS_FS tristate "JFS filesystem support" select NLS + select CRC32 help This is a port of IBM's Journaled Filesystem . More information is available in the file .