diff options
author | Mark Bloch <markb@mellanox.com> | 2018-09-06 17:27:02 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-09-11 09:28:06 -0600 |
commit | 86e1d464a8ccd627b6ea3e9a98a0389b0d27fd1f (patch) | |
tree | 8ed6bfd4271a810cf23f3d42b8fbfd50825a3523 /drivers/infiniband/core/uverbs.h | |
parent | 70cd20aed00f719f3536154df02596106e431e45 (diff) | |
download | linux-86e1d464a8ccd627b6ea3e9a98a0389b0d27fd1f.tar.gz linux-86e1d464a8ccd627b6ea3e9a98a0389b0d27fd1f.tar.bz2 linux-86e1d464a8ccd627b6ea3e9a98a0389b0d27fd1f.zip |
RDMA/uverbs: Move flow resources initialization
Use ib_set_flow() when initializing flow related resources.
Signed-off-by: Mark Bloch <markb@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r-- | drivers/infiniband/core/uverbs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/infiniband/core/uverbs.h b/drivers/infiniband/core/uverbs.h index 7199c275ab79..717ab35b0af9 100644 --- a/drivers/infiniband/core/uverbs.h +++ b/drivers/infiniband/core/uverbs.h @@ -219,12 +219,6 @@ struct ib_ucq_object { u32 async_events_reported; }; -struct ib_uflow_resources; -struct ib_uflow_object { - struct ib_uobject uobject; - struct ib_uflow_resources *resources; -}; - extern const struct file_operations uverbs_event_fops; void ib_uverbs_init_event_queue(struct ib_uverbs_event_queue *ev_queue); struct file *ib_uverbs_alloc_async_event_file(struct ib_uverbs_file *uverbs_file, |