commit | 5828cebad1c8d535f3c194439e394e92a2273fb2 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jun 19 10:33:36 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Jul 09 10:30:25 2019 -0400 |
tree | cb24c7f8d88548f1059d029419e584fb374f7098 | |
parent | 6a6c6def42469ce08023458ba439a8207fe87ae4 [diff] |
xprtrdma: Remove rpcrdma_req::rl_buffer Clean up. There is only one remaining function, rpcrdma_buffer_put(), that uses this field. Its caller can supply a pointer to the correct rpcrdma_buffer, enabling the removal of an 8-byte pointer field from a frequently-allocated shared data structure. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>