git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0977143
)
Btrfs: fix __ucmpdi2 compile bug on 32 bit builds
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Fri, 3 Apr 2009 14:33:45 +0000
(10:33 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Fri, 3 Apr 2009 14:33:45 +0000
(10:33 -0400)
We get this on 32 builds:
fs/built-in.o: In function `extent_fiemap':
(.text+0x1019f2): undefined reference to `__ucmpdi2'
Happens because of a switch statement with a 64 bit argument.
Convert this to an if statement to fix this.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found