aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_rdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svc_rdma.h')
-rw-r--r--include/linux/sunrpc/svc_rdma.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h
index 7ccc961f33e9..1e4438ea2380 100644
--- a/include/linux/sunrpc/svc_rdma.h
+++ b/include/linux/sunrpc/svc_rdma.h
@@ -105,11 +105,9 @@ struct svc_rdma_chunk_sge {
105}; 105};
106struct svc_rdma_fastreg_mr { 106struct svc_rdma_fastreg_mr {
107 struct ib_mr *mr; 107 struct ib_mr *mr;
108 void *kva; 108 struct scatterlist *sg;
109 struct ib_fast_reg_page_list *page_list; 109 int sg_nents;
110 int page_list_len;
111 unsigned long access_flags; 110 unsigned long access_flags;
112 unsigned long map_len;
113 enum dma_data_direction direction; 111 enum dma_data_direction direction;
114 struct list_head frmr_list; 112 struct list_head frmr_list;
115}; 113};