diff options
author | Roland Dreier <rolandd@cisco.com> | 2010-03-02 08:52:31 +0100 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-03-02 08:52:31 +0100 |
commit | fe8875e5a41a36ef26072cf05731df5493ade0e1 (patch) | |
tree | 786c31c1e86f5287177210fb469c8ecae0bdd146 /include/rdma | |
parent | Merge branch 'srp' into for-next (diff) | |
parent | IB/uverbs: Use anon_inodes instead of private infinibandeventfs (diff) | |
download | linux-fe8875e5a41a36ef26072cf05731df5493ade0e1.tar.xz linux-fe8875e5a41a36ef26072cf05731df5493ade0e1.zip |
Merge branch 'misc' into for-next
Conflicts:
drivers/infiniband/core/uverbs_main.c
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_pack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_pack.h b/include/rdma/ib_pack.h index d7fc45c4eba9..cbb50f4da3dd 100644 --- a/include/rdma/ib_pack.h +++ b/include/rdma/ib_pack.h @@ -232,6 +232,7 @@ void ib_unpack(const struct ib_field *desc, void ib_ud_header_init(int payload_bytes, int grh_present, + int immediate_present, struct ib_ud_header *header); int ib_ud_header_pack(struct ib_ud_header *header, |