diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-06-17 22:19:36 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-11-30 21:00:23 +0300 |
commit | 7954c8503b8709660d93505a40f1847634d9c3ba (patch) | |
tree | 79504c968581a72193d11880d56a63fc59f99565 /include | |
parent | 41bc163ffe0fe67cba3fff2f5e8c58caa9e46a1e (diff) | |
download | linux-7954c8503b8709660d93505a40f1847634d9c3ba.tar.xz |
svcrdma: Remove chunk list pointers
Clean up: These pointers are no longer used.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 85fbec47d4b5..6f247d043731 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -149,12 +149,8 @@ struct svc_rdma_recv_ctxt { struct svc_rdma_pcl rc_call_pcl; struct svc_rdma_pcl rc_read_pcl; - - __be32 *rc_write_list; struct svc_rdma_chunk *rc_cur_result_payload; struct svc_rdma_pcl rc_write_pcl; - - __be32 *rc_reply_chunk; struct svc_rdma_pcl rc_reply_pcl; struct page *rc_pages[RPCSVC_MAXPAGES]; |