summaryrefslogtreecommitdiffstats
path: root/net/rds/rds.h
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2015-06-02 15:33:22 +0200
committerDoug Ledford <dledford@redhat.com>2015-06-02 15:33:22 +0200
commitb806ef3bbed39c95b45343bf0fd78802142f6017 (patch)
treeeab4e67bef332c78c25d95e00b2d6ce3241f1aee /net/rds/rds.h
parentIB/core cleanup: Add const to args - agent_send_response (diff)
parentIB/mlx4: Fix error paths in mlx4_ib_create_flow() (diff)
downloadlinux-b806ef3bbed39c95b45343bf0fd78802142f6017.tar.xz
linux-b806ef3bbed39c95b45343bf0fd78802142f6017.zip
Merge branch 'for-4.2-misc' into k.o/for-4.2
Diffstat (limited to 'net/rds/rds.h')
-rw-r--r--net/rds/rds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rds/rds.h b/net/rds/rds.h
index 099754cb58eb..cc549858ed0e 100644
--- a/net/rds/rds.h
+++ b/net/rds/rds.h
@@ -363,6 +363,8 @@ struct rds_message {
unsigned int op_active:1;
unsigned int op_nents;
unsigned int op_count;
+ unsigned int op_dmasg;
+ unsigned int op_dmaoff;
struct scatterlist *op_sg;
} data;
};