commit | 6f29d07ca4b999c36d42f9cf8d1dddf9ddca3250 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Mar 20 17:05:20 2018 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Mar 20 17:32:13 2018 -0400 |
tree | b10dfa611bcae1e6b1123aafaf2efc7a6f24f6ab | |
parent | 97cc3264508f33783ba21573204d7e0bf5b197e7 [diff] |
svcrdma: Clean up rdma_build_arg_xdr Clean up: The value of the byte_count parameter is already passed to rdma_build_arg_xdr as part of the svc_rdma_op_ctxt structure. Further, without the parameter called "byte_count" there is no need to have the abbreviated "bc" automatic variable. "bc" can now be called something more intuitive. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>