From: Al Viro Date: Fri, 13 Apr 2012 00:32:25 +0000 (-0400) Subject: ext4: fix endianness breakage in ext4_split_extent_at() X-Git-Tag: v3.4-rc4~35^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af1584f570b19b0285e4402a0b54731495d31784;p=pandora-kernel.git ext4: fix endianness breakage in ext4_split_extent_at() ->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 --- Reading git-diff-tree failed