[PATCH] jfs: needs crc32_le

From: Randy Dunlap
Date: Mon Feb 02 2009 - 14:22:18 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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@xxxxxxxxxx>
cc: Dave Kleikamp <shaggy@xxxxxxxxxxxxxx>
---
fs/jfs/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20090202.orig/fs/jfs/Kconfig
+++ linux-next-20090202/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 <file:Documentation/filesystems/jfs.txt>.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/