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:
52b7f70
)
ext4: fix endianness breakage in ext4_split_extent_at()
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 00:32:25 +0000
(20:32 -0400)
committer
Ben Hutchings
<ben@decadent.org.uk>
Fri, 11 May 2012 12:14:07 +0000
(13:14 +0100)
commit
af1584f570b19b0285e4402a0b54731495d31784
upstream.
->ee_len is __le16, so assigning cpu_to_le32() to it is going to do
Bad Things(tm) on big-endian hosts...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
No differences found