commit | 30b7e246a6222f1fbad39b1451273375306fe1e2 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Jun 04 11:21:10 2015 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jun 04 16:55:59 2015 -0400 |
tree | f53c5110827f9b16c3e8e0c56eae5f653fc03eaf | |
parent | 70747c25a701b563a54c20c4a77efe8292aad151 [diff] |
svcrdma: Keep rpcrdma_msg fields in network byte-order Fields in struct rpcrdma_msg are __be32. Don't byte-swap these fields when decoding RPC calls and then swap them back for the reply. For the most part, they can be left alone. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>