commit | cfabe2c634e617765af39ea1cb2920bdcbc5bb7e | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jun 29 13:54:49 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Jul 11 15:50:43 2016 -0400 |
tree | 8be76e009f224a217432ced4bef5151e018bc5f6 | |
parent | cb0ae1fbb2f5e0cec250ba19c0525dde2b6c0160 [diff] |
xprtrdma: Update only specific fields in private receive buffer Now that rpcrdma_inline_fixup() updates only two fields in rq_rcv_buf, a full memcpy of that structure to rq_private_buf is unwarranted. Updating rq_private_buf fields only where needed also better documents what is going on. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Tested-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>