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.2.17~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd37e4fc23fe6cc7aa933e75dc794c85d0f330a;p=pandora-kernel.git ext4: fix endianness breakage in ext4_split_extent_at() 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed