ext4: fix endianness breakage in ext4_split_extent_at()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 00:32:25 +0000 (20:32 -0400)
committerBen 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