aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/rds.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/rds/rds.h')
-rw-r--r--net/rds/rds.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rds/rds.h b/net/rds/rds.h
index 76eeb5988b5f..d70284989124 100644
--- a/net/rds/rds.h
+++ b/net/rds/rds.h
@@ -339,9 +339,9 @@ struct rds_message {
339 } rdma; 339 } rdma;
340 struct rm_data_op { 340 struct rm_data_op {
341 unsigned int op_active:1; 341 unsigned int op_active:1;
342 unsigned int m_nents; 342 unsigned int op_nents;
343 unsigned int m_count; 343 unsigned int op_count;
344 struct scatterlist *m_sg; 344 struct scatterlist *op_sg;
345 } data; 345 } data;
346 }; 346 };
347 unsigned int m_used_sgs; 347 unsigned int m_used_sgs;