Skip to content

Commit

Permalink
jfs: needs crc32_le
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Dave Kleikamp committed Feb 2, 2009
1 parent 8db0c5d commit c68a65d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/jfs/Kconfig
Original file line number Diff line number Diff line change
@@ -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>.
Expand Down

0 comments on commit c68a65d

Please sign in to comment.