Browse Source

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>
Randy Dunlap 16 years ago
parent
commit
c68a65da35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs/jfs/Kconfig

+ 1 - 0
fs/jfs/Kconfig

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