commit | 8515841086d14594b24cdc8febdcc7fd1bbc313e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 12 18:47:13 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 29 23:28:34 2012 -0400 |
tree | 2ed58b01194e20dd9ece474158028eb253a37b32 | |
parent | 66f8f50920472f9b6d0a797a29dc8a8ada0b24c3 [diff] [blame] |
ocfs2: trivial endianness misannotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c index 92f2ead..9e89d70 100644 --- a/fs/ocfs2/dlm/dlmdomain.c +++ b/fs/ocfs2/dlm/dlmdomain.c
@@ -818,7 +818,7 @@ union dlm_query_join_response response; response.packet = *packet; - *wire = cpu_to_be32(response.intval); + *wire = be32_to_cpu(response.intval); } static void dlm_query_join_wire_to_packet(u32 wire,