Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <randy.dunlap@oracle.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>

authored by

Randy Dunlap and committed by
Dave Kleikamp
c68a65da 8db0c5d5

+1
+1
fs/jfs/Kconfig
··· 1 1 config JFS_FS 2 2 tristate "JFS filesystem support" 3 3 select NLS 4 + select CRC32 4 5 help 5 6 This is a port of IBM's Journaled Filesystem . More information is 6 7 available in the file <file:Documentation/filesystems/jfs.txt>.