commit | 1db5df98faaf7aa6c25bc7d9703342d13678452a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 12 19:58:53 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 29 23:28:35 2012 -0400 |
tree | 74c89810727eb6f6697f042b78dab68c373dd2b2 | |
parent | f6a5690324d5ab9c33bbc0a6b4cc59c7fa34eeec [diff] |
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 <viro@zeniv.linux.org.uk>