From: Al Viro Date: Thu, 12 Apr 2012 23:58:53 +0000 (-0400) Subject: ocfs2: kill endianness abuses in blockcheck.c X-Git-Tag: v3.5-rc1~15^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db5df98faaf7aa6c25bc7d9703342d13678452a;p=pandora-kernel.git ocfs2: kill endianness abuses in blockcheck.c ocfs2_block_check is for little-endian contents; if we just want to its fields converted to host-endian in a couple of functions, just put those values into local u32 and u16... Signed-off-by: Al Viro --- Reading git-diff-tree failed